From: Derick Rethans Date: Fri, 21 May 2004 15:09:34 +0000 (+0000) Subject: - Fixed order (again) X-Git-Tag: RELEASE_0_1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42bc9637b230b2d633f7291f3f65d7bde0eb65dc;p=php - Fixed order (again) --- diff --git a/NEWS b/NEWS index fe627b2395..56c1c45c80 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 Release Candidate 3 -- Fixed bug #28239 (No results returned on SOAP call, no error given). (Dmitry) - Added ability to refer to existing .ini variables from within .ini files, as in: open_basedir = ${open_basedir} ":/new/dir" @@ -14,6 +13,7 @@ PHP NEWS - Fixed bug #28300 (Userspace stream/filter names forced to lowercase). (Sara) - Fixed bug #28287 (stream_*_register() not calling __autoload()). (Sara) - Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness). (Ilia) +- Fixed bug #28239 (No results returned on SOAP call, no error given). (Dmitry) - Fixed bug #28161 (COM: Array style properties could not be accessed). (Wez) - Fixed bug #28125 (ArrayObject leaks when accessing elements). (Marcus) - Fixed bug #28099 (ArrayObject doesn't implement ArrayAccess). (Marcus)