From: Date: Sun, 19 Oct 2003 00:32:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b3~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9a61412c1a5fb24dacd709d947a348e71ccb018;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1adbdb4987..a2c6f6b116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2003-10-18 Marcus Boerger + + * 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 + + * ext/com_dotnet/com_iterator.c: + bah. does it really make any difference where rewind lives in the struct!? + +2003-10-18 Marcus Boerger + + * ZendEngine2/zend_iterators.h: + Change order: Optional rewind() to end of structure + +2003-10-18 Wez Furlong + + * (PHP_4_3) + ext/ext_skel: + chech -> check + 2003-10-17 Uwe Schindler * 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 + + * 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 * ZendTS.dsp: