From: Sara Golemon Date: Wed, 23 Jun 2004 23:31:18 +0000 (+0000) Subject: BFN and order fix X-Git-Tag: php-4.3.9RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78e6f958af5b99e75f37bc39df62d322693819e9;p=php BFN and order fix --- diff --git a/NEWS b/NEWS index 8d66052d58..79ec233c3d 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ PHP 4 NEWS - Updated PCRE to provide better error handling in certain cases. (Andrei) - NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute for doing performance stats without warnings in server-log. (Uwe Schindler) +- Fixed bug #28879 (Implicit/Explicit array creation inconsistency when using + Resources, Arrays, or Objects as indices). (Sara) +- Fixed bug #28878 (Setting of inikey's in obj.conf fails). (Uwe Schindler) - Fixed bug #28868 (Internal wrapper registry not thread safe). (Sara) - Fixed bug #28818 (Apache 2 sapis do not export st_dev). (xuefer at 21cn dot com, Ilia). @@ -24,7 +27,6 @@ PHP 4 NEWS represented as a string). (pickett at sumu dot org, Ilia) - Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2). (Elf, Ilia) -- Fixed bug #28878 (Setting of inikey's in obj.conf fails). (Uwe Schindler) 03 Jun 2004, Version 4.3.7 - Upgraded bundled GD library to 2.0.23. (Ilia)