Merge branch 'PHP-5.4' into PHP-5.5

This commit is contained in:
Johannes Schlüter 2012-11-15 12:29:58 +01:00
commit eb943fbc93

View File

@ -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--