]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 23 Jan 2004 01:32:09 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 23 Jan 2004 01:32:09 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 7aaf8f2fb4b672f2943cc9a62b9aad8a29dda188..fac7fbdff21e482bc744a2dd4cd2d5735203dba2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2004-01-22  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/tests/dom003.phpt:
+      update test
+
+2004-01-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <rrichards@ctindustries.net>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_default_classes.c:
+      Fix internal access to exception properties
+
+2004-01-22  Antony Dovgal  <tony2001@phpclub.net>
+
+    * 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  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      ext/standard/fsock.c:
+      Nuke unused variable
+
 2004-01-21  Jani Taskinen  <jani.taskinen@kolumbus.fi>
 
     * ext/standard/tests/file/bug26938.phpt:
index d65c8389bdbfe7e58d6bdd10774bd24f9c24977d..ae2f756f9a478cff9b02eff7fe925cdd21ffff84 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_default_classes.c:
+      Fix internal access to exception properties
+
 2004-01-19  Andi Gutmans  <andi@zend.com>
 
     * zend_execute.c