Test: /tests/security/bug53226.phpt - Version 7.0.0RC1        

Bug #53226 file_exists fails on big filenames
Submitted: 2010-11-02 08:44:36 Modified: 2010-11-05 06:28:10
From: daedal13 Assigned: aharvey
Status: Closed Package: Filesystem function related
PHP Version: 5.2.14 OS: Linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: require_once(): open_basedir restriction in effect. File(/Users/5up3rc/desktop/php-7.0.0RC1/tests/security/open_basedir.inc) is not within the allowed path(s): (.) in %s/bug53226.php on line 2
002+
003+ Warning: require_once(/Users/5up3rc/desktop/php-7.0.0RC1/tests/security/open_basedir.inc): failed to open stream: Operation not permitted in %s/bug53226.php on line 2
001- bool(true)
002- bool(true)
003- bool(true)
004- bool(true)
005- bool(false)
005+ Fatal error: require_once(): Failed opening required 'open_basedir.inc' (include_path='.:') in %s/bug53226.php on line 2
007- Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (%d): %s in %s on line %d
008- bool(false)