From: Date: Thu, 5 Jun 2003 00:30:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cf370142dc46a0c3ef09280ade10ec2d1e549c9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6df01be104..62b744e97b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2003-06-04 Andrei Zmievski + + * (PHP_4) + ext/standard/aggregation.c: + MFB + + * (PHP_4_3) + ext/standard/aggregation.c: + Fix a couple of aggregation bugs: + - Needed to add a reference to a function when copying (#23574) + - Due to pecularity of ZE1 object zvals could be re-used, so we always + set the new class entry explicitly. + +2003-06-04 Ilia Alshanetsky + + * (PHP_4_3) + TODO_SEGFAULTS: + Updated the todo to reflect the current situation. + + * ext/gd/libgd/gd.c: + No need to dupe macro + +2003-06-04 Moriyoshi Koizumi + + * (PHP_4_3) + NEWS + TODO_SEGFAULTS: + BFN updates + + * (PHP_4_3) + ext/standard/base64.c: + MFH(r-1.38): fixed base64_encode() integer overflow issue pointed out in + TODO_SEGFAULTS + + * ext/standard/base64.c: + Fixed base64_encode() integer overflow issue pointed out in TODO_SEGFAULTS + + * (PHP_4_3) + ext/iconv/iconv.c: + MFH(r-1.87): fixed ob_iconv_handler() type mismatch issue on 64bit + platforms. + + * ext/iconv/iconv.c: + Fixed ob_iconv_handler() type mismatch issue on 64bit platforms. + Patch by Joe Orton + +2003-06-04 Hartmut Holzgraefe + + * ext/mime_magic/mime_magic.c: + mime_content_type() now also accepts open streams as argument + streas have to bee seekable, the stream position is reset to + its original value using ftell and fseek after operation + +2003-06-04 Sascha Schumann + + * (PHP_4_3) + ext/ircg/ircg_scanner.c: + sync + + * (PHP_4_3) + ext/ircg/ircg_scanner.re: + fix and simplify + +2003-06-04 Jani Taskinen + + * (PHP_4_3) + NEWS: + cleanup + BFN + + * ext/standard/dir.c: + No C++ comments and extra tabs. + + * ext/gd/libgd/gd.c: + MFB: fix build + + * (PHP_4_3) + ext/gd/libgd/gd.c: + Fix build + +2003-06-04 Sascha Schumann + + * sapi/thttpd/thttpd_patch + sapi/thttpd/thttpd_patch + sapi/thttpd/thttpd_patch: + Don't corrupt data during request body handling + + * sapi/thttpd/thttpd.c + sapi/thttpd/thttpd.c + sapi/thttpd/thttpd.c: + Don't return CRLF from broken clients + + * ext/ircg/config.m4: + Properly support only giving --with-ircg-config + + Also fix libpath order and link order + +2003-06-04 Ilia Alshanetsky + + * ext/gd/gd.c + ext/gd/libgd/gd.c: + GD 2.0.15 sync + 2003-06-03 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3455e1278a..cffe5ddeb4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,28 @@ +2003-06-04 Stanislav Malyshev + + * zend.c: + fix non-ZTS build + +2003-06-04 Sebastian Bergmann + + * zend.c: + Fix segfault. Again. + +2003-06-04 Stanislav Malyshev + + * zend.c + zend.h + zend_API.c + zend_API.h + zend_builtin_functions.c + zend_object_handlers.c: + rm namespace leftovers + +2003-06-04 Sebastian Bergmann + + * zend.c: + Fix segfault. #Hopefully not a Voodoo Fix[TM]. + 2003-06-02 Sebastian Bergmann * zend.c