iliaa Mon Sep 11 23:11:18 2006 UTC Modified files: (Branch: PHP_5_2) /php-src README.UPDATE_5_2 Log: Typo fix from Steph Added note about CLI and INI search path http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.14&r2=1.1.2.15&diff_format=u Index: php-src/README.UPDATE_5_2 diff -u php-src/README.UPDATE_5_2:1.1.2.14 php-src/README.UPDATE_5_2:1.1.2.15 --- php-src/README.UPDATE_5_2:1.1.2.14 Mon Sep 11 14:10:18 2006 +++ php-src/README.UPDATE_5_2 Mon Sep 11 23:11:18 2006 @@ -37,7 +37,7 @@ of PHP. Errors of this type are logged as 'Catchable fatal error'. -- Changed E_ALL error reporting mode to includes E_RECOVERABLE_ERROR. (Marcus) +- Changed E_ALL error reporting mode to include E_RECOVERABLE_ERROR. (Marcus) This change means that the value of the E_ALL error_reporting constant is now 6143, where its previous value was 2047. If you are setting the error_reporting @@ -160,3 +160,11 @@ variable be accessed in write mode. To work around this, you should either cast the returned value from __get() to an array, or use SPL's ArrayObject instead of an array. + +- CLI SAPI no longer checks cwd for php.ini or the php-cli.ini file (Edin) + + In PHP 5.1.X an undocumented feature was added that made the CLI binary + check the current directory for PHP configuration file possibly leading to + unpredictable behavior due to an un-expected configuration file being + read. This functionality was removed in 5.2 and PHP will no longer search + CWD for the presence of the php.ini or the php-cli.ini files.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php