From: Edin Kadribasic Date: Tue, 5 Sep 2006 11:58:05 +0000 (+0000) Subject: CWD php.ini search news X-Git-Tag: php-5.2.0RC4~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aebc2fff07479810aadea24e19407d0e77682e41;p=php CWD php.ini search news --- diff --git a/NEWS b/NEWS index 7eab5bf07f..51b6c14239 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ 'PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Sep 2006, PHP 5.2.0RC4 +- Removed current working directory from the php.ini search path for CLI and + readded it for other SAPIs (restore to pre 5.1.x behaviour). (Edin) - Fixed bug #38700 (SoapClient::__getTypes never returns). (Dmitry) - Fixed bug #38693 (curl_multi_add_handle() set curl handle to null). (Ilia) - Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia)