From: Date: Tue, 13 Sep 2005 05:42:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_0~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67739f4a64295cf5c0d32796e8f09dbc149ac021;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d8e41ef41c..5c432fac4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2005-09-12 Sara Golemon + + * (PHP_5_0) + ZendEngine2/zend_execute.c: + MFH(r-1.719) Plug leak of 1 byte when converting from string + + * (PHP_5_1) + ZendEngine2/zend_execute.c: + MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicode + + * ZendEngine2/zend_execute.c: + Plug leak of 1/2 bytes when converting from string/unicode + +2005-09-12 Jani Taskinen + + * ext/xmlrpc/.cvsignore + ext/xmlrpc/config.m4: + - Fixed build with phpize + +2005-09-12 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + NEWS + ext/pspell/pspell.c + ext/pspell/pspell.c: + MFH: Fixed bug #34456 (Possible crash inside pspell extension). + + * ext/pspell/pspell.c: + Fixed bug #34456 (Possible crash inside pspell extension). + + +2005-09-12 Dmitry Stogov + + * (PHP_5_0) + ZendEngine2/zend_operators.c: + typo + + * ZendEngine2/tests/bug34199.phpt + ZendEngine2/tests/bug34199.phpt: + + Fixed bug #34199 (if($obj)/if(!$obj) inconsistency) + + * NEWS + NEWS + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute.h + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.c + ZendEngine2/tests/bug34199.phpt: + Fixed bug #34199 (if($obj)/if(!$obj) inconsistency) + + * ext/standard/array.c + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c: + Additinal fix for bug #34277 (array_filter() crashes with references and + objects) + +2005-09-12 Derick Rethans + + * ZendEngine2/zend_operators.c + ext/standard/array.c + ext/standard/tests/array/locale_sort.phpt: + - Reimplement SORT_LOCALE_STRING with ICU locales. + +2005-09-12 Dmitry Stogov + + * (PHP_5_1) + ZendEngine2/zend.c: + Fixed huge memory leak in ZTS mode (backport from HEAD) + + * NEWS + NEWS + NEWS: + Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed) + + * ext/standard/var.c: + Fix for exceptions in __sleep() + + * (PHP_5_1) + ext/standard/var.c: + Better fix for exceptions in __sleep() + 2005-09-11 Greg Beaver * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 360f36e03a..01c16ffb0f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,45 @@ +2005-09-12 Sara Golemon + + * (PHP_5_0) + zend_execute.c: + MFH(r-1.719) Plug leak of 1 byte when converting from string + + * (PHP_5_1) + zend_execute.c: + MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicode + + * zend_execute.c: + Plug leak of 1/2 bytes when converting from string/unicode + +2005-09-12 Dmitry Stogov + + * (PHP_5_0) + zend_operators.c: + typo + + * tests/bug34199.phpt + tests/bug34199.phpt: + + Fixed bug #34199 (if($obj)/if(!$obj) inconsistency) + + * zend_execute.h + zend_execute.h + zend_operators.c + zend_operators.c + tests/bug34199.phpt: + Fixed bug #34199 (if($obj)/if(!$obj) inconsistency) + +2005-09-12 Derick Rethans + + * zend_operators.c: + - Reimplement SORT_LOCALE_STRING with ICU locales. + +2005-09-12 Dmitry Stogov + + * (PHP_5_1) + zend.c: + Fixed huge memory leak in ZTS mode (backport from HEAD) + 2005-09-09 Dmitry Stogov * zend.c: