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

index 1adbdb498741c5749d14f21ed9835bee52da4277..a2c6f6b11690fa4e882a5f1b6f96ae38b83337f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2003-10-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_iterators.h
+      ext/sqlite/sqlite.c:
+      Fix class/iterator relationship & handling
+
+    * ZendEngine2/zend_iterators.c:
+      Fallback to old behavior until we have a default iterator that respects
+      visibility we do the array trick.
+
+2003-10-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/com_dotnet/com_iterator.c:
+      bah. does it really make any difference where rewind lives in the struct!?
+
+2003-10-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_iterators.h:
+      Change order: Optional rewind() to end of structure
+
+2003-10-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (PHP_4_3)
+      ext/ext_skel:
+      chech -> check
+
 2003-10-17  Uwe Schindler  <uwe@thetaphi.de>
 
     * sapi/nsapi/nsapi-readme.txt
index 080d2e998aeb4d5cee186934b1243ca429f0049d..143d7e10a3245aa5aa258b10ecd4c3425af7b193 100644 (file)
@@ -1,3 +1,18 @@
+2003-10-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend.h
+      zend_API.h
+      zend_compile.c
+      zend_iterators.h:
+      Fix class/iterator relationship & handling
+
+    * zend_iterators.c:
+      Fallback to old behavior until we have a default iterator that respects
+      visibility we do the array trick.
+
+    * zend_iterators.h:
+      Change order: Optional rewind() to end of structure
+
 2003-10-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendTS.dsp: