+2004-04-27 Sara Golemon <php@alphaweb.net>
+
+ * (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 <marcus.boerger@post.rwth-aachen.de>
+
+ * 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 <ilia@prohost.org>
+
+ * 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 <marcus.boerger@post.rwth-aachen.de>
+
+ * 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 <andi@zend.com>
+
+ * ZendEngine2/zend_reflection_api.c:
+ - Fix prototypes
+
+2004-04-27 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <greg@chiaraquartet.net>
+
+ * 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 <ilia@prohost.org>
* ext/yp/yp.c:
+2004-04-27 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * 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 <andi@zend.com>
+
+ * zend_reflection_api.c:
+ - Fix prototypes
+
2004-04-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_reflection_api.c: