iliaa Thu Sep 20 13:29:04 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/file bug41655_1.phpt Log: 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.1.4.5&r2=1.1.4.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.1.4.5 php-src/ext/standard/tests/file/bug41655_1.phpt:1.1.4.6 --- php-src/ext/standard/tests/file/bug41655_1.phpt:1.1.4.5 Mon Jun 25 21:24:44 2007 +++ php-src/ext/standard/tests/file/bug41655_1.phpt Thu Sep 20 13:29:04 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