From: foobar Date: Fri, 27 May 2005 07:21:11 +0000 (+0000) Subject: Move BFN to correct version.. X-Git-Tag: php-5.0.5RC1~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3797e00157a13298c8dfc1e5be79c89c456730c;p=php Move BFN to correct version.. --- diff --git a/NEWS b/NEWS index a5febd6be5..93db8d45db 100644 --- a/NEWS +++ b/NEWS @@ -101,6 +101,7 @@ PHP NEWS (Stas, Dmitry) - Fixed bug #31502 (Wrong deserialization from session when using WDDX serializer). (Dmitry) +- Fixed bug #31465 (False warning in unpack() when working with *). (Ilia) - Fixed bug #31363 (broken non-blocking flock()). ian at snork dot net - Fixed bug #30889 (Conflict between __get/__set and ++ operator). (Dmitry) - Fixed bug #30833 (array_count_values() modifying input array). (Tony) @@ -221,7 +222,6 @@ PHP NEWS translation). (Ilia) - Fixed bug #31480 (Possible infinite loop in imap_mail_compose()). (Ilia) - Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen). (Ilia) -- Fixed bug #31465 (False warning in unpack() when working with *). (Ilia) - Fixed bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref). (Tony) - Fixed bug #31444 (Memory leak in zend_language_scanner.c).