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

index ee926869d65aec3d18c1f8408212a5b9df3a76e3..1adbdb498741c5749d14f21ed9835bee52da4277 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2003-10-17  Uwe Schindler  <uwe@thetaphi.de>
+
+    * sapi/nsapi/nsapi-readme.txt
+      sapi/nsapi/nsapi-readme.txt:
+      new SunONE server
+
+2003-10-17  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/com_dotnet/com_iterator.c:
+      fix cruft from previous incarnation of the iterators
+
+    * ext/com_dotnet/com_extension.c
+      ext/com_dotnet/com_iterator.c
+      ext/com_dotnet/php_com_dotnet_internal.h
+      win32/php4dllts.dsp:
+      add com iterator support
+
+2003-10-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/ZendTS.dsp:
+      WS
+
+    * ZendEngine2/zend_reflection_api.c:
+      Show if a class/object is iterateable
+
+    * ext/sqlite/sqlite.c
+      ext/sqlite/tests/sqlite_oo_025.phpt:
+      - Make use of engine iterators
+
+    * configure.in
+      ZendEngine2/ZendTS.dsp
+      ZendEngine2/zend.h
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_default_classes.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_iterators.c
+      ZendEngine2/zend_iterators.h:
+      Added c-api for iterators
+
+2003-10-17  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_4_3)
+      ext/domxml/php_domxml.c:
+      Fix bug #25888 (Crash of php.exe when xpath_eval of a namespace)
+      memleak fix in domxml_node_name
+      keep blanks loading document fix
+
+2003-10-17  Sascha Schumann  <sascha@schumann.cx>
+
+    * (PHP_4_3)
+      main/network.c:
+      Fix comment
+
+2003-10-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/sqlite/sqlite.c:
+      The sqlite classes need to be final
+
+    * ZendEngine2/zend_reflection_api.c:
+      Fix showing final/abstract for classes
+
+    * ext/sqlite/sqlite.c:
+      pre/hasprev have nothing to do with iteration
+
+2003-10-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/zend_ini_parser.y:
+      Fixed formatting issue.
+
+    * ZendEngine2/zend_alloc.c:
+      Fixed if() condition.
+
+    * (PHP_4_3)
+      ext/odbc/php_odbc.c
+      ext/snmp/snmp.c
+      sapi/cgi/cgi_main.c:
+      MFH: Fixed formatting issues (patch by: Joe Orton)
+
+    * ext/odbc/php_odbc.c
+      ext/snmp/snmp.c
+      sapi/cgi/cgi_main.c:
+      Fixed formatting issues (patch by: Joe Orton)
+
 2003-10-16  Pierre-Alain Joye  <paj@pearfr.org>
 
     * pear/PEAR/Remote.php:
index 8c86983b1dc633ebd1ec42b7a570edc7ee05f95f..080d2e998aeb4d5cee186934b1243ca429f0049d 100644 (file)
@@ -1,3 +1,31 @@
+2003-10-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendTS.dsp:
+      WS
+
+    * zend_reflection_api.c:
+      Show if a class/object is iterateable
+
+    * ZendTS.dsp
+      zend.h
+      zend_API.h
+      zend_default_classes.c
+      zend_execute.c
+      zend_iterators.c
+      zend_iterators.h:
+      Added c-api for iterators
+
+    * zend_reflection_api.c:
+      Fix showing final/abstract for classes
+
+2003-10-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_ini_parser.y:
+      Fixed formatting issue.
+
+    * zend_alloc.c:
+      Fixed if() condition.
+
 2003-10-15  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_API.c