From: Date: Sun, 28 Jul 2002 00:19:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa338d7b212aa5c518466b81d41d59a486571c99;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c85fb4f500..2078b9a781 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-07-27 phanto + + * win32/php4dllts.dsp: add dispatch.c + +2002-07-27 hirokawa + + * 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 + + * ext/ftp/ftp.c: Do not leak data connection. + 2002-07-26 sniper * ext/curl/curl.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5900983296..7a26063b8a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2002-07-27 Andi Gutmans + + * 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 * zend_execute.c