]> granicus.if.org Git - php/commitdiff
bfn reorder
authorfoobar <sniper@php.net>
Sun, 7 Dec 2003 16:54:09 +0000 (16:54 +0000)
committerfoobar <sniper@php.net>
Sun, 7 Dec 2003 16:54:09 +0000 (16:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7e33498d2a174cf2f7544c93c6b2a385fad35d59..875bf664ebd23d2dcb681aab57d71983894b7f19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,17 +28,16 @@ PHP                                                                        NEWS
 - Fixed __autoload() to preserve case of the passed class name. (Andi)
 - Fixed bug #26528 (HTML entities are not being decoded by 
   xml_parse()/xml_parse_into_struct()). (Ilia)
-- Fixed bug #26072 (--disable-libxml does not work). (Jani)
+- Fixed bug #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals).
+  (Moriyoshi)
 - Fixed bug #26083 (Non-working write support in ext/dom). (Ilia)
+- Fixed bug #26072 (--disable-libxml does not work). (Jani)
 - Fixed bug #26001 (serialize crashes when accessing an overloaded object that 
   has no properties (NULL hashtable)). (Wez)
 - Fixed bug #25664 (COM crashes when calling a Delphi implementations of 
   ITypeInfo). (Wez)
 - Fixed bug #24394 (Serializing cross-referenced objects causes segfault).
   (Moriyoshi)
-- Fixed bug #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals).
-  (Moriyoshi)
-- Fixed bug #26548 (Malformed HTTP dates in headers). (Derick)
 
 30 Oct 2003, PHP 5 Beta 2
 - Lots and lots of changes in the Zend Engine 2 since beta 1: