]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 3 Apr 2006 05:31:46 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Mon, 3 Apr 2006 05:31:46 +0000 (05:31 +0000)
ChangeLog

index 4886fbeab69062ff1e58261e458d250d1fe75fd1..4f7dfc41173d85d7b1ad4f56ed85fd0651b3fc9e 100644 (file)
--- 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: