From ba21b244b5ec18d835cb05bf8357aee771f8f6ef Mon Sep 17 00:00:00 2001 From: Date: Sat, 18 Oct 2003 00:32:33 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 28 +++++++++++++++++ 2 files changed, 111 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee926869d6..1adbdb4987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2003-10-17 Uwe Schindler + + * sapi/nsapi/nsapi-readme.txt + sapi/nsapi/nsapi-readme.txt: + new SunONE server + +2003-10-17 Wez Furlong + + * 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 + + * 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 + + * (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 + + * (PHP_4_3) + main/network.c: + Fix comment + +2003-10-17 Marcus Boerger + + * 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 + + * 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 * pear/PEAR/Remote.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8c86983b1d..080d2e998a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,31 @@ +2003-10-17 Marcus Boerger + + * 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 + + * zend_ini_parser.y: + Fixed formatting issue. + + * zend_alloc.c: + Fixed if() condition. + 2003-10-15 Marcus Boerger * zend_API.c -- 2.50.1