iliaa Thu Sep 20 13:29:22 2007 UTC Modified files: /php-src/ext/standard/tests/file bug41655_1.phpt Log: MFB: Fixed test for glob() affected by previous patch http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.5&r2=1.6&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.5 php-src/ext/standard/tests/file/bug41655_1.phpt:1.6 --- php-src/ext/standard/tests/file/bug41655_1.phpt:1.5 Mon Jun 25 21:24:37 2007 +++ php-src/ext/standard/tests/file/bug41655_1.phpt Thu Sep 20 13:29:22 2007 @@ -5,6 +5,8 @@ --FILE-- <?php $a=glob("./*.jpeg"); + +echo "Done\n"; ?> ---EXPECTF-- -Warning: glob(): open_basedir restriction in effect. File%s.) is not within the allowed path(s): (/tmp) in %s on line %d +--EXPECT-- +Done \ No newline at end of file
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php