Test: /tests/security/open_basedir_is_executable.phpt - Version 5.4.1    

There are 2 different diffs reported by users for this test.

Count Diff
14 (93%)
031+ bool(true)
032+ bool(true)
033+ bool(true)
034+ bool(true)
031- bool(false)
032- bool(false)
033- bool(false)
034- bool(false)
1 (7%)
001+ Warning: require_once(): open_basedir restriction in effect. File(/Users/wayne/software/webserver/php/tests/security/open_basedir.inc) is not within the allowed path(s): (.) in %s/open_basedir_is_executable.php on line 2
002+
003+ Warning: require_once(/Users/wayne/software/webserver/php/tests/security/open_basedir.inc): failed to open stream: Operation not permitted in %s/open_basedir_is_executable.php on line 2
001- *** Testing open_basedir configuration [is_executable] ***
002- bool(true)
003- bool(true)
004- bool(true)
005- bool(true)
006- bool(true)
005+ Fatal error: require_once(): Failed opening required 'open_basedir.inc' (include_path='.:/usr/local/lib/php') in %s/open_basedir_is_executable.php on line 2
008- Warning: is_executable(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
009- bool(false)
010-
011- Warning: is_executable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
012- bool(false)
013-
014- Warning: is_executable(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
015- bool(false)
016-
017- Warning: is_executable(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
018- bool(false)
019-
020- Warning: is_executable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
021- bool(false)
022-
023- Warning: is_executable(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
024- bool(false)
025-
026- Warning: is_executable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
027- bool(false)
028-
029- Warning: is_executable(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
030- bool(false)
031- bool(false)
032- bool(false)
033- bool(false)
034- bool(false)
035- *** Finished testing open_basedir configuration [is_executable] ***