From: Date: Sun, 4 Dec 2005 06:48:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_1_1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f8adfcc7e9843983990d1f6bff85b5c91cd0c15;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8a12477cde..bab0f4d99d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2005-12-03 Antony Dovgal + + * ext/sockets/sockets.c: + yet another compile warning + +2005-12-03 Jani Taskinen + + * (PHP_5_1) + ext/bz2/bz2_filter.c: + MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize) + + * ext/bz2/bz2_filter.c: + - Fix bug #35530 (ext/bz2 compile failure with phpize) + + * sapi/cgi/cgi_main.c: + - fix possible compile error + + * main/snprintf.h: + fix compile failure (bug #35528) + + * ZendEngine2/tests/bug30346.phpt: + Nuked dos EOLs and fixed typo + 2005-12-02 Jani Taskinen * php.ini-dist diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7b3949473e..a1d8cb858d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-12-03 Jani Taskinen + + * tests/bug30346.phpt: + Nuked dos EOLs and fixed typo + 2005-12-02 Marcus Boerger * tests/bug30346.phpt: