]> granicus.if.org Git - php/commitdiff
oops..
authorfoobar <sniper@php.net>
Sun, 11 Jan 2004 14:06:37 +0000 (14:06 +0000)
committerfoobar <sniper@php.net>
Sun, 11 Jan 2004 14:06:37 +0000 (14:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e74f7a718bdd765524ddf2f45425d8d8ef9ee5a6..3af87a8c0a15858e58035b2701eb4f324719553d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,6 @@ PHP                                                                        NEWS
 - Fixed bug #26819 (http_build_query() crashes on NULL output). (Ilia)
 - Fixed bug #26817 (http_build_query() does not handle private & protected 
   object properties correctly). (Ilia)
-- Fixed bug #25816 (disallow arrays in class constants). (Stanislav)
 - Fixed bug #26815 (foreach of (DOM) childnodes crashes when Xinclude is used).
   (Rob)
 - Fixed bug #26762 (unserialize() produces lowercase classnames). (Marcus)
@@ -28,6 +27,7 @@ PHP                                                                        NEWS
 - Fixed bug #26077 (memory leak when new() result is not assigned and no 
   constructor is defined). (Stanislav)
 - Fixed bug #26065 (Crash when nesting classes). (Marcus)
+- Fixed bug #25816 (disallow arrays in class constants). (Stanislav)
 - Fixed bug #25329 (sqlite_create_function with method and reference to $this).
   (Marcus) 
 - Fixed bug #25038 (call_user_func() issues a warning if function throws an