changelog Tue Feb 19 01:31:30 2008 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2962&r2=1.2963&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2962 php-src/ChangeLog:1.2963 --- php-src/ChangeLog:1.2962 Mon Feb 18 01:31:32 2008 +++ php-src/ChangeLog Tue Feb 19 01:31:29 2008 @@ -1,3 +1,52 @@ +2008-02-18 Etienne Kneuss <[EMAIL PROTECTED]> + + * ext/spl/spl_dllist.c: + Add debug_info handler to SplDoublyLinkedList/Stack/Queue to make them + var_dump friendly + +2008-02-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * ext/reflection/php_reflection.c + ext/reflection/php_reflection.c + ext/reflection/php_reflection.c: + Made code opcode-cache friendly. (It is disallowed to change code during + execution) + +2008-02-18 Rui Hirokawa <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/mbstring/tests/bug43301.phpt + ext/mbstring/tests/mb_ereg1.phpt + ext/mbstring/tests/mb_strrpos_variation3.phpt + ext/mbstring/tests/mb_strtolower_error2.phpt + ext/mbstring/tests/mb_strtolower_variation2.phpt + ext/mbstring/tests/mb_strtoupper_error2.phpt + ext/mbstring/tests/mb_strtoupper_variation2.phpt: + fixed some failures on test scripts caused by bug fix. + +2008-02-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/mysqli/mysqli.c: + + MFB:Fixed a possible crash + + * (PHP_5_3) + ext/mysqli/mysqli.c: + + Fixed a possible crash + +2008-02-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c: + Removed redundant refcount manipulations + + * (PHP_5_2) + ext/standard/tests/array/count_variation3.phpt: + Fixed test + 2008-02-17 Marcus Boerger <[EMAIL PROTECTED]> * (PHP_5_3)