summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-10-19 00:32:44 +0000
committer <changelog@php.net>2003-10-19 00:32:44 +0000
commitd9a61412c1a5fb24dacd709d947a348e71ccb018 (patch)
tree25ac37d82c8341eef8749587f642ed78855c74eb
parentb0b82541e84e88a2e66b8a2239610c257ce6e475 (diff)
downloadphp-git-d9a61412c1a5fb24dacd709d947a348e71ccb018.tar.gz
ChangeLog update
-rw-r--r--ChangeLog29
-rw-r--r--Zend/ChangeLog15
2 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1adbdb4987..a2c6f6b116 100644
--- 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
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 080d2e998a..143d7e10a3 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: