From: Date: Tue, 1 May 2007 01:31:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2_0~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dde5772eac77624e710c4f7c0bbd5ba829be6f3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8c38c794e0..7e80b24825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2007-04-30 Antony Dovgal + + * ext/ldap/ldap.c: + initialize optional parameters + +2007-04-30 Johannes Schlüter + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ZendEngine2/zend_API.c + ext/spl/tests/spl_007.phpt: + - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call + call + + * ext/spl/tests/spl_007.phpt + ext/spl/tests/spl_007.phpt: + + - Add new test + + * ZendEngine2/zend_API.c: + - Fix "f" modifier for zend_parse_parameters_ex in case of a __call call + (fixes Zend/tests/bug19859.phpt and Zend/tests/bug34260.phpt) + +2007-04-30 Edin Kadribasic + + * (PHP_5_2) + main/php_version.h: + Sync correctly with configure.in + +2007-04-30 Antony Dovgal + + * ZendEngine2/zend_operators.c + ZendEngine2/tests/concat_002.phpt: + make concatenating two binary strings a special case + 2007-04-29 Edin Kadribasic * ext/zlib/php_zlib.def: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 52d6d8ce06..29ed469346 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2007-04-30 Johannes Schlüter + + * (PHP_5_2) + zend_API.c: + - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call + call + + * zend_API.c: + - Fix "f" modifier for zend_parse_parameters_ex in case of a __call call + (fixes Zend/tests/bug19859.phpt and Zend/tests/bug34260.phpt) + +2007-04-30 Antony Dovgal + + * zend_operators.c + tests/concat_002.phpt: + make concatenating two binary strings a special case + 2007-04-28 Antony Dovgal * zend.c: