mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Merge branch 'PHP-5.4' into PHP-5.5
This commit is contained in:
commit
eb943fbc93
@ -5,6 +5,9 @@ openbase_dir runtime tightning
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') {
|
||||
die('skip.. only for unix');
|
||||
}
|
||||
if (!is_dir("/usr/local/bin")) {
|
||||
die('skip.. no /usr/local/bin on this machine');
|
||||
}
|
||||
--INI--
|
||||
open_basedir=/usr/local
|
||||
--FILE--
|
||||
|
Loading…
Reference in New Issue
Block a user