changelog Mon Apr 3 05:31:47 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2303&r2=1.2304&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2303 php-src/ChangeLog:1.2304
--- php-src/ChangeLog:1.2303 Sun Apr 2 06:31:43 2006
+++ php-src/ChangeLog Mon Apr 3 05:31:46 2006
@@ -1,3 +1,47 @@
+2006-04-02 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/dba/dba.c:
+ - Fix warning
+
+2006-04-02 Georg Richter <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ ext/mysqli/mysqli.c:
+ Added additional information for compiled header files.
+
2006-04-01 Sara Golemon <[EMAIL PROTECTED]>
* ext/standard/file.c: