]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 21 Oct 2003 00:33:44 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Tue, 21 Oct 2003 00:33:44 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 2f9f5d3ea263b1c427ed061ebdfec9c8ad3cbf22..50b769333734d2cfba64e201258b0a407cf3f3d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2003-10-20  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/ZEND_CHANGES:
+      - Add comment from Timm
+
+2003-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      configure.in
+      main/php_version.h:
+      Back to dev.
+
+    * (PHP_4_3)
+      configure.in
+      main/php_version.h:
+      RC2 is a go.
+
+2003-10-20  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/document.c
+      ext/dom/dom_ce.h
+      ext/dom/element.c
+      ext/dom/node.c
+      ext/dom/php_dom.c
+      ext/dom/xpath.c:
+      implement namespace nodes
+      fix getElementsByTagName
+      fixes to attribute namespaces
+      remove safemode stuff as its handled in streams
+
+2003-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+2003-10-20  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/standard/tests/file/bug20424.phpt:
+      Fix typo
+
+2003-10-20  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_4_3)
+      ext/domxml/php_domxml.c:
+      Fix bug #25900 (document->get_elements_by_tag_name with default xmlns)
+
+2003-10-20  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/wddx/wddx.c:
+      Fix compiler warnings
+
+2003-10-20  Tomas V.V.Cox  <cox@idecnet.com>
+
+    * (RELEASE_1_3b3)
+      pear/package-PEAR.xml:
+      go with 1.3b3 (will shipped with PHP4.3.4RC2)
+
+2003-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/mime_magic/mime_magic.c:
+      MFH: Fixed bug #25918 (Possible crash in mime_content_type()).
+
+    * ext/mime_magic/mime_magic.c:
+      Fixed bug #25918 (Possible crash in mime_content_type()).
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/mail.c:
+      MFH: Fixed bug #25923 (mail() modifies the to & subject arguments).
+
+    * ext/standard/mail.c:
+      Fixed bug #25923 (mail() modifies the to & subject arguments).
+
+2003-10-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/ZEND_CHANGES
+      ZendEngine2/ZEND_CHANGES:
+      Update
+
+2003-10-20  Kai Schröder  <cyberian@arcor.de>
+
+    * tests/classes/abstract_redeclare.phpt:
+      Fixed typo
+
+2003-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/php_ini.c:
+      Fixed unused variable warning on *nix.
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/basic_functions.c:
+      MFH: Fixed bug #25895 (Incorrect detection of safe_mode limited ini
+      options)
+
+    * ext/standard/basic_functions.c:
+      Fixed bug #25895 (Incorrect detection of safe_mode limited ini options)
+
 2003-10-19  Shane Caraveo  <shane@caraveo.com>
 
     * ext/dom/php_dom.c
index f7eaeaa4e750f2e1fadeca7f7887bc8c137175bb..d0450168c8ea0a494bb98efd8e00126b619fd0f9 100644 (file)
@@ -1,3 +1,14 @@
+2003-10-20  Andi Gutmans  <andi@zend.com>
+
+    * ZEND_CHANGES:
+      - Add comment from Timm
+
+2003-10-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZEND_CHANGES
+      ZEND_CHANGES:
+      Update
+
 2003-10-19  Andi Gutmans  <andi@zend.com>
 
     * zend_language_parser.y: