From: Date: Sun, 7 Jul 2002 00:17:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: INITIAL_IMPORT_SOURCEFORGE~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08f4a57cad0f22f9cf7149ad9096c026b43b5f88;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 94e81770ed..5c89f8dfd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2002-07-06 Jani Taskinen + + * ext/informix/.cvsignore: Added missing .libs entry + +2002-07-06 Christian Dickmann + + * pear/PEAR/Config.php + pear/PEAR/Remote.php: add local XMLRPC cache + +2002-07-06 Derick Rethans + + * ext/xmlrpc/xmlrpc-epi-php.c: - Consistent error messages + 2002-07-05 Jani Taskinen * ext/dio/dio.c: Fix bug: #16707 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a8779e3d8e..228ea16e7a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2002-07-06 Andi Gutmans + + * zend_execute.c: + - Fix problem where scope was lost in nested function calls. + - Thanks to Timm Friebe for diving into this one. + +2002-07-06 Zeev Suraski + + * zend_language_parser.y: spelling fix + 2002-07-05 Stig Bakken * zend_builtin_functions.c: * folding fixes