diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-11-28 18:17:13 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-11-28 18:17:13 +0000 |
| commit | 9b526291e45133cd668b409724a60750e697001c (patch) | |
| tree | 7fbe8bcc3ae83fb0a6ad6f5150f0a331d541a545 | |
| parent | cab6d93bddffe536076f630fbd377b89e9f46566 (diff) | |
| download | php-git-9b526291e45133cd668b409724a60750e697001c.tar.gz | |
Bug fixing news.
| -rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |
