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

index dea682a28c6261258dcaaa278bbdff9a2f514c0e..818e6711cab2c85b19133d9f9c9af5abaa510227 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2004-01-16  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/sqlite/libsqlite/src/sqlite.w32.h:
+      update file for win32 build
+
+2004-01-16  Sterling Hughes  <winnie@edwardbear.org>
+
+    * ext/simplexml/tests/profile04.phpt
+      ext/simplexml/tests/profile05.phpt
+      ext/simplexml/tests/profile06.phpt
+      ext/simplexml/tests/profile07.phpt
+      ext/simplexml/tests/profile10.phpt
+      ext/simplexml/tests/profile11.phpt:
+      update the profile of how namespaces should work after discussions with
+      shane and rob richards.  there were a lot of race conditions with regards
+      to the way namespaces have been handled in XML documents so far, this new
+      method removes the race conditions, and gives me a real reason to add the
+      children() and attributes() methods.
+
+2004-01-16  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * NEWS
+      ZendEngine2/zend_reflection_api.c:
+      - Fixed bug #26640 (__autoload() not invoked by Reflection classes)
+      
+
+2004-01-16  Sterling Hughes  <winnie@edwardbear.org>
+
+    * ext/simplexml/tests/profile01.phpt
+      ext/simplexml/tests/profile02.phpt
+      ext/simplexml/tests/profile03.phpt
+      ext/simplexml/tests/profile04.phpt
+      ext/simplexml/tests/profile05.phpt
+      ext/simplexml/tests/profile06.phpt
+      ext/simplexml/tests/profile07.phpt
+      ext/simplexml/tests/profile08.phpt
+      ext/simplexml/tests/profile09.phpt
+      ext/simplexml/tests/profile10.phpt
+      ext/simplexml/tests/profile11.phpt:
+      Add a "profile" of simplexml's expected behaviour in the form of tests.
+      This will be expanded as issues arise and will be a formal definition
+      (in code) of simplexml's behaviour.
+
+2004-01-16  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      NEWS
+      ext/xml/xml.c:
+      MFH: - Fixed bug #26937 (Warning in xml.c)
+
+    * ext/xml/xml.c:
+      Kill warning (bug #26937)
+
+    * tests/lang/bug26640.phpt:
+      Added test case for bug #26640
+
+2004-01-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/sqlite/TODO:
+      Update TODO
+
+    * EXTENSIONS
+      EXTENSIONS:
+      Added Antony Dovgal as OCI8 maintainer.
+
+    * run-tests.php:
+      Fixed division by zero warning.
+
+2004-01-16  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * NEWS
+      NEWS:
+      BFN
+
+    * ext/mime_magic/mime_magic.c:
+      Fix the mime_magic.debug option init
+
+2004-01-16  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/oci8/CREDITS:
+      Add myself at last =)
+
+2004-01-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/pcre/php_pcre.c
+      ext/pcre/tests/bug26927.phpt:
+      MFH: Fixed Bug #26927 (preg_quote() does not escape \0).
+
+    * ext/pcre/tests/bug26927.phpt:
+      
+      Fixed Bug #26927 (preg_quote() does not escape \0).
+
+    * ext/pcre/php_pcre.c:
+      Fixed Bug #26927 (preg_quote() does not escape \0).
+
 2004-01-15  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/sqlite/sqlite.c
index 73e274f9e6aa26c0d3fcea5494a2a611a468260d..9211084666df4d9d5419ea780a2c0d0a704da0fb 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-16  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * zend_reflection_api.c:
+      - Fixed bug #26640 (__autoload() not invoked by Reflection classes)
+      
+
 2004-01-15  Zeev Suraski  <zeev@zend.com>
 
     * zend.c: