From: foobar Date: Wed, 8 Oct 2003 11:16:54 +0000 (+0000) Subject: BFN X-Git-Tag: RELEASE_1_3b3~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d65297c75041bf1499b736dbd2fbcecafede8c82;p=php BFN --- diff --git a/NEWS b/NEWS index c38f5bf13e..a450428a35 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,7 @@ PHP NEWS (Sterling) - Fixed visibility of __construct and __clone. (Marcus) - Fixed bug #25756 (SimpleXML's validate_schema_file() broken). (Moriyoshi) +- Fixed bug #25494 (array_merge*() allows non-arrays as argument). (Jay) - Fixed bug #24766 (strange result array from unpack()). (Moriyoshi) - Fixed bug #24729 ($obj = new $className; causes crash when $className is not set). (Marcus)