From: Date: Wed, 28 Apr 2004 00:33:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b97ecc182092e2f6893a69e8a5c621532394ca2c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4e4de6cf4a..b57c954c1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2004-04-27 Sara Golemon + + * (PHP_4_3) + ext/standard/url.c: + MFH Don't strip off those []s, it'll only create problems in wrappers and + elsewhere. + + * ext/standard/url.c: + Don't strip off those []s, it'll only create problems in wrappers and + elsewhere. + + * (PHP_4_3) + NEWS + ext/standard/url.c: + MFH BugFix 28187 parse_url does not handle + scheme://[0123:4567::89]:12345/etc style IPv6 embedded address URLs + + * ext/standard/url.c: + BugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc + style IPv6 embedded address URLs + +2004-04-27 Marcus Boerger + + * ZendEngine2/zend_builtin_functions.c: + - Optional parameter to class_exists() that can be used to bypass + __autoload() which can be helpfull in __autoload() itself. + +2004-04-27 Ilia Alshanetsky + + * ext/xmlrpc/libxmlrpc/base64.c + ext/xmlrpc/libxmlrpc/queue.h + ext/xmlrpc/libxmlrpc/xml_to_soap.c + ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c + ext/xmlrpc/libxmlrpc/xmlrpc.c: + Removed C++ style comments. + +2004-04-27 Marcus Boerger + + * ZendEngine2/zend_interfaces.c: + - Fix warnings + + * ZendEngine2/zend_interfaces.c + ZendEngine2/zend_interfaces.h + ZendEngine2/zend_iterators.h: + - no unneccessary retval initialization + - new c-level iterator handler invalidate_current that is optionally + used to clear internal caching like in implementation of Iterator + +2004-04-27 Andi Gutmans + + * ZendEngine2/zend_reflection_api.c: + - Fix prototypes + +2004-04-27 Ilia Alshanetsky + + * (PHP_4_3) + ext/gd/libgd/gd.c: + MFH: Fixed bug #28184 (C++ comments in GD library sources). + + * ext/gd/libgd/gd.c: + Fixed bug #28184 (C++ comments in GD library sources). + +2004-04-27 Greg Beaver + + * pear/PEAR/ErrorStack.php: + fix bug 1242 - notice if multi-dimensional array is passed as a parameter + add optional parameter to staticHasErrors() that allows error + determination for a single package + 2004-04-26 Ilia Alshanetsky * ext/yp/yp.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 95c64121ce..7800411051 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2004-04-27 Marcus Boerger + + * zend_builtin_functions.c: + - Optional parameter to class_exists() that can be used to bypass + __autoload() which can be helpfull in __autoload() itself. + + * zend_interfaces.c: + - Fix warnings + + * zend_interfaces.c + zend_interfaces.h + zend_iterators.h: + - no unneccessary retval initialization + - new c-level iterator handler invalidate_current that is optionally + used to clear internal caching like in implementation of Iterator + +2004-04-27 Andi Gutmans + + * zend_reflection_api.c: + - Fix prototypes + 2004-04-26 Marcus Boerger * zend_reflection_api.c: