]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #31465 (False warning in unpack() when working with *).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 25 Jan 2005 22:51:35 +0000 (22:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 25 Jan 2005 22:51:35 +0000 (22:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 05a87a69f28225d8e9007e8d2a261151920fd5f3..70aa7bf37c78b9e66dcbf18789e7ceef82025830 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ PHP                                                                        NEWS
   (daniel dot beet at accuratesoftware dot com, Tony)
 - 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).