From: Date: Wed, 7 Jan 2004 01:32:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php_ibase_before_split~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0204ac5a27d80a39401ba7673d4e70917c64a43b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 51d67f28bf..622825d02e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2004-01-06 Ilia Alshanetsky + + * ZendEngine2/zend_mm.c: + Check if realloc() succeeds or not. (Noticed by Andrey) + +2004-01-06 Zeev Suraski + + * ext/standard/http.c: + Fix C++ style declaration + +2004-01-06 Ilia Alshanetsky + + * NEWS + ext/standard/http.c + ext/standard/php_http.h + ext/standard/tests/strings/bug26817.phpt + ext/standard/tests/strings/bug26819.phpt: + Fixed bug #26819 (http_build_query() crashes on NULL output). + Fixed bug #26817 (http_build_query() does not handle private & protected + object properties correctly). + + * ext/standard/rand.c: + Revert proto 'fix'. + +2004-01-06 Moriyoshi Koizumi + + * ext/iconv/iconv.c: + Prevent a character from being wrongly doubled in the buffer. + +2004-01-06 Ilia Alshanetsky + + * ext/standard/rand.c: + Proto fixes. + +2004-01-06 Marcus Boerger + + * ZendEngine2/tests/bug26802.phpt: + Update + 2004-01-05 Marcus Boerger * ZendEngine2/zend_execute.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 63712bda7f..d04c876ace 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2004-01-06 Ilia Alshanetsky + + * zend_mm.c: + Check if realloc() succeeds or not. (Noticed by Andrey) + +2004-01-06 Marcus Boerger + + * tests/bug26802.phpt: + Update + 2004-01-05 Marcus Boerger * zend_execute.c