From: Date: Tue, 10 Feb 2009 01:32:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7211f7457e958037e289fc449a9b1ea11c3b995;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0beb865960..238d83e544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2009-02-09 Felipe Pena + + * ext/interbase/tests/ibase_affected_rows_001.phpt + ext/interbase/tests/ibase_errmsg_001.phpt + ext/interbase/tests/ibase_num_params_001.phpt: + - Fix tests + +2009-02-09 Ilia Alshanetsky + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + + MFB: Initialize optional var + + * (PHP_5_3) + ext/mbstring/mbstring.c: + + Initialize optional var + +2009-02-09 Greg Beaver + + * (PHP_5_3) + NEWS: + remove entry for bug #46026, this is fixed in 5.2 now, and needs no 5.3 + entry + +2009-02-09 Felipe Pena + + * ext/pdo_firebird/tests/ddl.phpt: + - Fix test + + * ext/pdo_firebird/firebird_statement.c: + - Fix mem. leak + + * ext/pdo_firebird/tests/execute.phpt: + - Fixed test + +2009-02-09 Dmitry Stogov + + * (PHP_5_3) + NEWS + ext/standard/array.c + ext/standard/array.c: + Fixed bug #47329 (Crash in garbage collector) + + * ZendEngine2/tests/bug47320.phpt + ZendEngine2/tests/bug47320.phpt: + + file bug47320.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + NEWS + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug47320.phpt + main/main.c + main/main.c: + Fixed bug #47320 ($php_errormsg out of scope in functions) + + * ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.c + ZendEngine2/tests/gc_031.phpt: + Better fix for #47341 + +2009-02-09 Greg Beaver + + * (PHP_5_2) + NEWS + ext/bz2/bz2_filter.c: + MFB fix Bug #46026 (this is a refinement of the previous fix) + +2009-02-09 Ilia Alshanetsky + + * (PHP_5_3) + main/streams/xp_socket.c: + + MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when + the remote end restarts) + 2009-02-08 Lukas Smith * README.RELEASE_PROCESS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 27277f3394..c0c18c8f2e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2009-02-09 Dmitry Stogov + + * zend_execute_API.c + zend_execute_API.c + tests/bug47320.phpt: + Fixed bug #47320 ($php_errormsg out of scope in functions) + + * tests/bug47320.phpt + tests/bug47320.phpt: + + file bug47320.phpt was initially added on branch PHP_5_3. + + * zend_gc.c + zend_gc.c + tests/gc_031.phpt: + Better fix for #47341 + 2009-02-08 Derick Rethans * (PHP_5_3)