]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 28 Apr 2004 00:33:46 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Wed, 28 Apr 2004 00:33:46 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 4e4de6cf4a505709700e8a79716a117fdc2b2b3c..b57c954c1b0185366ee946b7d22439d0f933e97e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+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:
index 95c64121ce025664e6ba1d1585058702e23e4c59..78004110516b654d99948821b71fd483b93d6674 100644 (file)
@@ -1,3 +1,24 @@
+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: