summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2006-04-03 05:31:46 +0000
committer <changelog@php.net>2006-04-03 05:31:46 +0000
commit7132eb60d575f89f6b371f546eb13a61c3c55c39 (patch)
tree02d0da6a0e55da65c9f9247979255f36cc48add6
parentae0885701600e60cec9cb5f30940e9679975af22 (diff)
downloadphp-git-7132eb60d575f89f6b371f546eb13a61c3c55c39.tar.gz
ChangeLog update
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4886fbeab6..4f7dfc4117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2006-04-02 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <sara@golemon.com>
+
+ * 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 <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/dba/dba.c:
+ - Fix warning
+
+2006-04-02 Georg Richter <georg@mysql.com>
+
+ * (PHP_5_1)
+ ext/mysqli/mysqli.c:
+ Added additional information for compiled header files.
+
2006-04-01 Sara Golemon <sara@golemon.com>
* ext/standard/file.c: