From: Date: Thu, 11 Sep 2003 00:37:42 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_7~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=429b5893ca427eab57e286e918e99985a5e1ff37;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 54ae591647..c060ca25a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2003-09-10 Stefan Roehrich + + * (PHP_4_3) + NEWS + main/SAPI.c: + MFH: Fix for bug #23488 zlib.output_compression overrides vary header. + It was already fixed for ob_gzhandler (#24827). + + * main/SAPI.c: + Fix for bug #23488 zlib.output_compression overrides vary header. + It was already fixed for ob_gzhandler (#24827). + +2003-09-10 Greg Beaver + + * pear/PEAR/Installer.php: + phpdoc correction (kind of serious error :) + +2003-09-10 Jani Taskinen + + * (PHP_4_3) + NEWS: + buf -> bug + + * (PHP_4_3) + NEWS + ext/zlib/zlib.c: + - Fixed bug #25385 (ob_gzhandler(): typo in sapi_add_header_ex() call) + +2003-09-10 Ilia Alshanetsky + + * ext/standard/file.c: + Cleanup previous patch. + + * (PHP_4_3) + ext/standard/file.c: + + + * (PHP_4_3) + NEWS + main/streams.c: + MFH: Fixed bug #25429 (fix copying of stdin using copy() function) + + * main/streams/streams.c: + Fixed bug #25429 (fix copying of stdin using copy() function) + + * (PHP_4_3) + NEWS + ext/standard/file.c: + MFH: Fixed bug #14049 (realpath() w/ZTS returns invalid results for + non-existent + paths) + + * ext/standard/file.c: + Fixed bug #14049 (realpath() w/ZTS returns invalid results for non-existent + paths) + +2003-09-10 Greg Beaver + + * pear/tests/pear_installer1.phpt: + test for checkDeps + 2003-09-09 Greg Beaver * pear/tests/pear_installer1.phpt: