From: Date: Fri, 23 Jan 2004 01:32:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php_ibase_before_split~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddfe5648fe432b9da857927406501243523384d4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7aaf8f2fb4..fac7fbdff2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2004-01-22 Rob Richards + + * ext/dom/tests/dom003.phpt: + update test + +2004-01-22 Marcus Boerger + + * ext/simplexml/tests/bug27010.phpt: + Add new test + + * ext/simplexml/tests/007.phpt + ext/simplexml/tests/015.phpt + ext/simplexml/tests/016.phpt + ext/simplexml/tests/bug24392.phpt: + Update tests + +2004-01-22 Rob Richards + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c: + Fix bug #27010: segfault after returning nodes with children() + Fix segfault in match_ns when matching prefix and node without ns + some general cleanup and code consilidation + better write handling - engine support dependent + better isset handling - engine support dependent + namespace fixes for reading/writing + + * ext/dom/attr.c + ext/dom/cdatasection.c + ext/dom/comment.c + ext/dom/document.c + ext/dom/documentfragment.c + ext/dom/element.c + ext/dom/entityreference.c + ext/dom/namednodemap.c + ext/dom/nodelist.c + ext/dom/php_dom.c + ext/dom/php_dom.h + ext/dom/processinginstruction.c + ext/dom/text.c + ext/dom/xpath.c: + update constructors so they cant be called statically + +2004-01-22 Marcus Boerger + + * ZendEngine2/zend_default_classes.c: + Fix internal access to exception properties + +2004-01-22 Antony Dovgal + + * ext/oci8/config.w32: + add collections support to win32 build + + * ext/oci8/oci8.c: + add missing protos + and some minor changes + + * ext/oci8/oci8.c: + MFB + oci_lob_save() should be removed indeed, but we're already in feature + freeze =( + +2004-01-22 Jani Taskinen + + * (PHP_4_3) + ext/standard/fsock.c: + Nuke unused variable + 2004-01-21 Jani Taskinen * ext/standard/tests/file/bug26938.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d65c8389bd..ae2f756f9a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-01-22 Marcus Boerger + + * zend_default_classes.c: + Fix internal access to exception properties + 2004-01-19 Andi Gutmans * zend_execute.c