From: Date: Mon, 21 Feb 2005 01:33:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_3~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9e110bf9d655427955674486fd754b8034e333;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e14811c4cd..cfbe6d2f38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2005-02-20 Moriyoshi Koizumi + + * (PHP_5_0) + NEWS: + - BFN & some + + * (PHP_5_0) + ext/mbstring/config.m4 + ext/mbstring/config.w32 + ext/mbstring/php_mbregex.c + ext/mbstring/tests/bug31911.phpt: + - MFH: Update libmbfl + - MFH: Update oniguruma to 3.7.0. + + * ext/mbstring/tests/bug31911.phpt: + + - Update libmbfl (fixes bug #30549 and #31911). + - Update oniguruma to 3.7.0 + + * ext/mbstring/config.m4 + ext/mbstring/config.w32 + ext/mbstring/php_mbregex.c: + - Update libmbfl (fixes bug #30549 and #31911). + - Update oniguruma to 3.7.0 + +2005-02-20 Rob Richards + + * ext/dom/domexception.c + ext/dom/php_dom.h: + use new error handling when not throwing exceptions + +2005-02-20 Ilia Alshanetsky + + * ext/imap/php_imap.c: + Simplify Code. + +2005-02-20 Dmitry Stogov + + * ZendEngine2/zend_compile.c: + Fixed possible memory corruption + 2005-02-19 Rui Hirokawa * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0917a3c121..db6ad6fc00 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-02-20 Dmitry Stogov + + * zend_compile.c: + Fixed possible memory corruption + 2005-02-19 Rui Hirokawa * (PHP_5_0)