]> granicus.if.org Git - php/commitdiff
Move BFN to correct version..
authorfoobar <sniper@php.net>
Fri, 27 May 2005 07:21:11 +0000 (07:21 +0000)
committerfoobar <sniper@php.net>
Fri, 27 May 2005 07:21:11 +0000 (07:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a5febd6be5c79cbfae5843175ab9ab7e039f45ed..93db8d45db3efbc0669dfa4a147aa2bbd7f17237 100644 (file)
--- 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).