From: Date: Mon, 11 May 2009 01:33:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3697 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=288ddbc16d9d021999284362607b5c8758b4cd62;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6ec4f8dc2d..484737e38c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,159 @@ +2009-05-10 Jani Taskinen + + * (PHP_5_3) + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h: + sync with HEAD + + * ZendEngine2/zend_operators.h: + ws + + * ZendEngine2/zend_operators.h: + MFB: missing part of the GC stuff + + * ext/mbstring/tests/zend-multibyte.phpt: + - Replaced by zend_multibyte-01.phpt + + * (PHP_5_3) + NEWS: + BFN + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.c + ext/mbstring/tests/zend_multibyte-01.phpt + ext/mbstring/tests/zend_multibyte-02.phpt + ext/mbstring/tests/zend_multibyte-02.phpt + ext/mbstring/tests/zend_multibyte-03.phpt + ext/mbstring/tests/zend_multibyte-03.phpt + ext/mbstring/tests/zend_multibyte-04.phpt + ext/mbstring/tests/zend_multibyte-04.phpt + ext/mbstring/tests/zend_multibyte-05.phpt + ext/mbstring/tests/zend_multibyte-05.phpt + ext/mbstring/tests/zend_multibyte-06.phpt + ext/mbstring/tests/zend_multibyte-06.phpt + ext/mbstring/tests/zend_multibyte-07.phpt + ext/mbstring/tests/zend_multibyte-07.phpt + ext/mbstring/tests/zend_multibyte-08.phpt + ext/mbstring/tests/zend_multibyte-08.phpt + ext/mbstring/tests/zend_multibyte-09.phpt + ext/mbstring/tests/zend_multibyte-09.phpt + ext/mbstring/tests/zend_multibyte-10.phpt + ext/mbstring/tests/zend_multibyte-10.phpt + ext/mbstring/tests/zend_multibyte-11.phpt + ext/mbstring/tests/zend_multibyte-11.phpt + ext/mbstring/tests/zend_multibyte-12.phpt + ext/mbstring/tests/zend_multibyte-12.phpt + ext/mbstring/tests/zend_multibyte-13.phpt + ext/mbstring/tests/zend_multibyte-13.phpt + ext/mbstring/tests/zend_multibyte-14.phpt + ext/mbstring/tests/zend_multibyte-14.phpt: + - Fixed bug #48200 (compile failure with mbstring.c when + --enable-zend-multibyte is used) + +2009-05-10 Stanislav Malyshev + + * ext/intl/intl_data.h + ext/intl/intl_error.c: + MF5 fixes + + * (PHP_5_3) + ext/intl/intl_error.c: + revent wrong part + +2009-05-10 Felipe Pena + + * (PHP_5_3) + NEWS + ext/intl/formatter/formatter_format.c + ext/intl/formatter/formatter_format.c + ext/intl/tests/bug48227.phpt: + - Fixed bug #48227 (NumberFormatter::format leaks memory) + + * ext/intl/tests/bug48227.phpt + ext/intl/tests/bug48227.phpt: + + - Fixed bug #48227 (NumberFormatter::format leaks memory) + +2009-05-10 Etienne Kneuss + + * ext/standard/tests/array/bug48224.phpt + ext/standard/tests/array/bug48224.phpt: + MFB: Add test for #48224 + + * ext/standard/tests/array/bug48224.phpt + ext/standard/tests/array/bug48224.phpt + ext/standard/tests/array/bug48224.phpt: + 1.1.4; + file bug48224.phpt was initially added on branch PHP_5_2. + +2009-05-10 David Coallier + + * ext/xsl/xsltprocessor.c: + - MFB: Removed the RETURN_TRUE to keep consistency with documentation. + This function is supposed to be "void registerPHPFunctions" + + * (PHP_5_3) + ext/xsl/xsltprocessor.c: + - Removed the RETURN_TRUE to keep consistency with documentation. This + function + is supposed to be "void registerPHPFunctions" + +2009-05-10 Stanislav Malyshev + + * (PHP_5_3) + ext/intl/intl_data.h + ext/intl/intl_error.c: + little errors cleanup + +2009-05-10 Etienne Kneuss + + * ext/standard/array.c + ext/standard/array.c: + MFB: Fix #48224 (Remove incorrect shuffle) + + * (PHP_5_2) + NEWS + ext/standard/array.c: + Fix #48224 (Remove incorrect shuffle) + +2009-05-10 Felipe Pena + + * ext/xsl/tests/bug48221.phpt + ext/xsl/tests/bug48221.phpt + ext/xsl/tests/bug48221.phpt: + - Simplify test (cweiske) + + * (PHP_5_2) + NEWS + ext/xsl/xsltprocessor.c + ext/xsl/xsltprocessor.c + ext/xsl/tests/bug48221.phpt + ext/xsl/tests/bug48221.phpt: + - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter) + + * ext/xsl/xsltprocessor.c + ext/xsl/tests/bug48221.phpt + ext/xsl/tests/bug48221.phpt + ext/xsl/tests/bug48221.phpt: + - Fixed bug #48221 (memory leak when passing invalid xslt parameter) + +2009-05-10 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + WS + +2009-05-10 Felipe Pena + + * (PHP_5_2) + ext/sockets/sockets.c + ext/sockets/sockets.c: + - MFH: Fixed memory leak (patch by Christian Weiske) + + * ext/sockets/sockets.c: + - Fixed memory leak (patch by Christian Weiske) + 2009-05-09 Johannes Schlüter * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 29b02bd9bb..f078a20c4a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2009-05-10 Jani Taskinen + + * (PHP_5_3) + zend_operators.c + zend_operators.h: + sync with HEAD + + * zend_operators.h: + ws + + * zend_operators.h: + MFB: missing part of the GC stuff + 2009-05-08 Matt Wilmas * (PHP_5_2)