diff options
author | <changelog@php.net> | 2005-12-04 06:48:28 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-12-04 06:48:28 +0000 |
commit | 7f8adfcc7e9843983990d1f6bff85b5c91cd0c15 (patch) | |
tree | 618980d44c5f81e8dd5a8ee8b52d205f8e301069 | |
parent | a74ea6cfb81f59e7989dfd40f5bd52e2382f97ee (diff) | |
download | php-git-7f8adfcc7e9843983990d1f6bff85b5c91cd0c15.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2005-12-03 Antony Dovgal <antony@zend.com> + + * ext/sockets/sockets.c: + yet another compile warning + +2005-12-03 Jani Taskinen <jani.taskinen@sci.fi> + + * (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 <jani.taskinen@sci.fi> * 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 <jani.taskinen@sci.fi> + + * tests/bug30346.phpt: + Nuked dos EOLs and fixed typo + 2005-12-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * tests/bug30346.phpt: |