From: Moriyoshi Koizumi Date: Fri, 3 Oct 2003 22:42:38 +0000 (+0000) Subject: BFN X-Git-Tag: BEFORE_HANDLERS_RESHUFFLE~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59b8f2eba08fc0023542280c8f2f4d9676077a3a;p=php BFN --- diff --git a/NEWS b/NEWS index 74e951ba59..338def6b4a 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,7 @@ PHP NEWS - Fixed support for fields within XML documents in ext/xml. (Sterling) - Fixed visibility of __construct and __clone. (Marcus) +- Fixed bug #24766 (strange result array from unpack()). (Moriyoshi) - Fixed bug #24729 ($obj = new $className; causes crash when $className is not set). (Marcus) - Fixed bug #24565 (cannot read array elements recived via $_REQUEST). (Zeev)