From: Date: Wed, 8 Nov 2006 01:31:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=157ace4f0e1d553028c37ea2f22011a431e77727;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e075cf9026..515fd39d2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2006-11-07 Ilia Alshanetsky + + * ZendEngine2/zend_execute.c + ZendEngine2/tests/bug33282.phpt: + MFB: Fixed bug #33282 (Re-assignment by reference does not clear the is_ref + flag) + + * ext/standard/tests/array/array_diff_key.phpt + ext/standard/tests/array/array_intersect_key.phpt: + MFB: fixed tests + + * (PHP_5_2) + ext/standard/tests/array/array_diff_key.phpt + ext/standard/tests/array/array_intersect_key.phpt: + Fixed tests + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ZendEngine2/zend_execute.c + ZendEngine2/tests/bug33282.phpt + ZendEngine2/tests/bug33282.phpt: + Fixed bug #33282 (Re-assignment by reference does not clear the is_ref + flag) + + + * (PHP_4_4) + NEWS + Zend/zend_compile.c: + revert incorrect patch for bug #39129 + + * ext/pdo/pdo_stmt.c + ext/pdo/tests/bug_39398.phpt: + MFB: Fixed bug #39398 (Booleans are not automatically translated to + integers). + + * (PHP_5_2) + NEWS + ext/pdo/pdo_stmt.c + ext/pdo/tests/bug_39398.phpt + ext/pdo/tests/bug_39398.phpt: + Fixed bug #39398 (Booleans are not automatically translated to integers). + +2006-11-07 Johannes Schlüter + + * ext/spl/spl_iterators.c: + - No C++ comments (fix #39414) + 2006-11-06 Hannes Magnusson * ext/spl/spl_directory.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c9efbd7014..5cd5fc55f0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2006-11-07 Ilia Alshanetsky + + * zend_execute.c + tests/bug33282.phpt: + MFB: Fixed bug #33282 (Re-assignment by reference does not clear the is_ref + flag) + + * (PHP_5_2) + zend_execute.c + tests/bug33282.phpt + tests/bug33282.phpt: + Fixed bug #33282 (Re-assignment by reference does not clear the is_ref + flag) + + 2006-11-03 Marcus Boerger * (PHP_5_2)