From: Date: Mon, 3 Apr 2006 05:31:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7132eb60d575f89f6b371f546eb13a61c3c55c39;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4886fbeab6..4f7dfc4117 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2006-04-02 Ilia Alshanetsky + + * (PHP_4_4) + main/logos.h + main/logos.h + sapi/apache/mod_php4.c + sapi/apache/mod_php5.c: + MFH: + Removed extra space in the Content-Type header for logos + Simplified stderr error reporting in apache sapi. + + * main/logos.h + sapi/apache/mod_php5.c: + Removed extra space in the Content-Type header for logos + Simplified stderr error reporting in apache sapi. + +2006-04-02 Sara Golemon + + * ext/zlib/tests/gzfilegzreadfile.phpt + ext/zlib/tests/gzreadgzwrite.phpt + ext/zlib/tests/gzreadgzwriteplain.phpt + ext/zlib/tests/zlib_filter_deflate.phpt + ext/zlib/tests/zlib_filter_inflate.phpt: + Silence false positive test failures + + * ext/bz2/tests/bz2_filter_compress.phpt + ext/bz2/tests/bz2_filter_decompress.phpt + ext/bz2/tests/with_files.phpt + ext/bz2/tests/with_strings.phpt: + Make some tests pass. + compression is just a binary thing. + Write unicode and suffer my wrath! + +2006-04-02 Marcus Boerger + + * ext/dba/dba.c: + - Fix warning + +2006-04-02 Georg Richter + + * (PHP_5_1) + ext/mysqli/mysqli.c: + Added additional information for compiled header files. + 2006-04-01 Sara Golemon * ext/standard/file.c: