]> granicus.if.org Git - php/commitdiff
Add missing bug updates
authorZeev Suraski <zeev@php.net>
Thu, 18 Mar 2004 14:14:26 +0000 (14:14 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 18 Mar 2004 14:14:26 +0000 (14:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5a411fc8d7f052e84128169e91eb0d1062c3da79..a45e9331d30e71273ccf4d373932fd268f063490 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,8 @@ PHP                                                                        NEWS
 - Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
 - Fixed bug #26677 (mbstring compile errors with IRIX compiler).
   (K.Kosako <kosako at sofnec dot co dot jp>, Rui, Moriyoshi)
+- Fixed bug #26206 (register_long_arrays breaks superglobals). (Zeev)
+- Fixed bug #25724 (argv and argc not defined). (Zeev)
 
 12 Feb 2004, PHP 5 Beta 4
 - Changed exceptions so that they must now inherit from the built-in Exception