changelog Wed Nov 8 01:31:26 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2505&r2=1.2506&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2505 php-src/ChangeLog:1.2506 --- php-src/ChangeLog:1.2505 Tue Nov 7 01:31:09 2006 +++ php-src/ChangeLog Wed Nov 8 01:31:26 2006 @@ -1,3 +1,53 @@ +2006-11-07 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/spl/spl_iterators.c: + - No C++ comments (fix #39414) + 2006-11-06 Hannes Magnusson <[EMAIL PROTECTED]> * ext/spl/spl_directory.c