tony2001 Mon Jun 25 17:10:07 2007 UTC Modified files: /php-src/ext/standard/tests/file bug41655_1.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/standard/tests/file/bug41655_1.phpt diff -u php-src/ext/standard/tests/file/bug41655_1.phpt:1.3 php-src/ext/standard/tests/file/bug41655_1.phpt:1.4 --- php-src/ext/standard/tests/file/bug41655_1.phpt:1.3 Mon Jun 25 08:40:36 2007 +++ php-src/ext/standard/tests/file/bug41655_1.phpt Mon Jun 25 17:10:07 2007 @@ -1,5 +1,5 @@ --TEST-- -Bug #41655: open_basedir bypass via glob() +Bug #41655 (open_basedir bypass via glob()) --INI-- open_basedir=/tmp --FILE-- @@ -7,4 +7,4 @@ $a=glob("./*.jpeg"); ?> --EXPECTF-- -Warning: glob(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp) in %s on line %d +Warning: glob(): open_basedir restriction in effect. File(%s.) is not within the allowed path(s): (/tmp) in %s on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php