changelog Fri Oct 17 20:32:30 2003 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1419 php-src/ChangeLog:1.1420 --- php-src/ChangeLog:1.1419 Thu Oct 16 20:34:02 2003 +++ php-src/ChangeLog Fri Oct 17 20:32:29 2003 @@ -1,3 +1,86 @@ +2003-10-17 Uwe Schindler <[EMAIL PROTECTED]> + + * sapi/nsapi/nsapi-readme.txt + sapi/nsapi/nsapi-readme.txt: + new SunONE server + +2003-10-17 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_4_3) + main/network.c: + Fix comment + +2003-10-17 Marcus Boerger <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * pear/PEAR/Remote.php: