bjori Tue Dec 9 12:54:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions include_path.phpt Log: Fix test. You cannot set include_path as empty, and never could http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/include_path.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u Index: php-src/ext/standard/tests/general_functions/include_path.phpt diff -u php-src/ext/standard/tests/general_functions/include_path.phpt:1.1.2.2.2.1 php-src/ext/standard/tests/general_functions/include_path.phpt:1.1.2.2.2.2 --- php-src/ext/standard/tests/general_functions/include_path.phpt:1.1.2.2.2.1 Mon Oct 1 12:40:54 2007 +++ php-src/ext/standard/tests/general_functions/include_path.phpt Tue Dec 9 12:54:01 2008 @@ -62,7 +62,7 @@ string(14) ".:/path/to/dir" NULL string(1) "." -string(1) "." +bool(false) string(1) "." NULL string(1) "."
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php