]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 28 Jul 2002 00:19:08 +0000 (00:19 +0000)
committer <changelog@php.net> <>
Sun, 28 Jul 2002 00:19:08 +0000 (00:19 +0000)
ChangeLog
Zend/ChangeLog

index c85fb4f500f13b19c90f35954a555d47b60edd00..2078b9a781bc75340c8b610c98b156114fd1f3a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-07-27  phanto  <phanto@pb1.pair.com>
+
+    * win32/php4dllts.dsp: add dispatch.c
+
+2002-07-27  hirokawa  <hirokawa@pb1.pair.com>
+
+    * ext/mbstring/mbstring.c
+      main/SAPI.c
+      main/SAPI.h:
+    fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().
+
+2002-07-27  sesser  <sesser@pb1.pair.com>
+
+    * ext/ftp/ftp.c: Do not leak data connection.
+
 2002-07-26  sniper  <sniper@pb1.pair.com>
 
     * ext/curl/curl.c:
index 5900983296d4f17c79676e7be4f95e4681763a7a..7a26063b8a51df0050dfa2f59f703cb718826da2 100644 (file)
@@ -1,3 +1,11 @@
+2002-07-27  Andi Gutmans  <andi@pb1.pair.com>
+
+    * zend_compile.c
+      zend_execute_API.c:
+    - Make sure classes are first looked for in the current scope.
+    - Make sure that during inheritance the global scope is searched if the
+    - current one doesn't work.
+
 2002-07-26  Andi Gutmans  <andi@pb1.pair.com>
 
     * zend_execute.c