changelog Tue Apr 27 20:33:42 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1611&r2=1.1612&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1611 php-src/ChangeLog:1.1612 --- php-src/ChangeLog:1.1611 Mon Apr 26 20:35:17 2004 +++ php-src/ChangeLog Tue Apr 27 20:33:41 2004 @@ -1,3 +1,72 @@ +2004-04-27 Sara Golemon <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend_reflection_api.c: + - Fix prototypes + +2004-04-27 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * ext/yp/yp.c: @@ -2519,7 +2588,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1611 2004/04/27 00:35:17 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1612 2004/04/28 00:33:41 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>