]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 28 Nov 2003 18:17:13 +0000 (18:17 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 28 Nov 2003 18:17:13 +0000 (18:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 99533afe9c65682aa2e7927665901a2314c1fe22..6d58f5ffb48b130811bc51acede97b0b8e4eed12 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP                                                                        NEWS
 - Fixed __autoload() to preserve case of the passed class name. (Andi)
 - Fixed bug #26072 (--disable-libxml does not work). (Jani)
 - Fixed bug #26083 (Non-working write support in ext/dom). (Ilia)
+- 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).