summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-07-07 00:17:17 +0000
committer <changelog@php.net>2002-07-07 00:17:17 +0000
commit08f4a57cad0f22f9cf7149ad9096c026b43b5f88 (patch)
tree72efcd40c9dfea4b1aad105e577674f8cc6f077a
parent7fe442f32b905ddff5ad52879e9d34a7698e05a0 (diff)
downloadphp-git-08f4a57cad0f22f9cf7149ad9096c026b43b5f88.tar.gz
ChangeLog update
-rw-r--r--ChangeLog13
-rw-r--r--Zend/ChangeLog10
2 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94e81770ed..5c89f8dfd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-07-06 Jani Taskinen <sniper@iki.fi>
+
+ * ext/informix/.cvsignore: Added missing .libs entry
+
+2002-07-06 Christian Dickmann <chrisdicki@gmx.de>
+
+ * pear/PEAR/Config.php
+ pear/PEAR/Remote.php: add local XMLRPC cache
+
+2002-07-06 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/xmlrpc/xmlrpc-epi-php.c: - Consistent error messages
+
2002-07-05 Jani Taskinen <sniper@iki.fi>
* 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 <andi@zend.com>
+
+ * 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 <zeev@zend.com>
+
+ * zend_language_parser.y: spelling fix
+
2002-07-05 Stig Bakken <ssb@fast.no>
* zend_builtin_functions.c: * folding fixes