From: Date: Sun, 29 Mar 2009 01:33:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e72c2ee8fd40fe9f497f7a12781d5cdc04d7693;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 119b2e5690..cad7df81f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2009-03-28 Matteo Beccati + + * (PHP_5_3) + NEWS + ext/pcntl/pcntl.c: + MFH: + - Fixed bug #47816 (pcntl tests failing on NetBSD) + + * ext/pcntl/pcntl.c: + - Fixed bug #47816 (pcntl tests failing on NetBSD) + + * (PHP_5_3) + ext/pcntl/pcntl.c + ext/pcntl/tests/pcntl_signal.phpt: + MFH: + - Reverting: pcntl_signal() returning NULL when passing wrong parameters + + * ext/pcntl/pcntl.c + ext/pcntl/tests/pcntl_signal.phpt: + - Reverting: pcntl_signal() returning NULL when passing wrong parameters + + * ext/pdo_pgsql/pgsql_driver.c + ext/pdo_pgsql/pgsql_statement.c + ext/pdo_pgsql/tests/bug44861.phpt: + MFB: + - Fixed bug #44861 (scrollable cursor don't work with pgsql) + + * (PHP_5_3) + NEWS + ext/pdo_pgsql/pgsql_driver.c + ext/pdo_pgsql/pgsql_statement.c + ext/pdo_pgsql/tests/bug44861.phpt + ext/pdo_pgsql/tests/bug44861.phpt: + - Fixed bug #44861 (scrollable cursor don't work with pgsql) + + * ext/pdo_pgsql/config.m4 + ext/pdo_pgsql/config.w32 + ext/pdo_pgsql/package.xml + ext/pdo_pgsql/package2.xml + ext/pdo_pgsql/pdo_pgsql.c + ext/pdo_pgsql/pgsql_driver.c + ext/pdo_pgsql/pgsql_statement.c + ext/pdo_pgsql/php_pdo_pgsql.h + ext/pdo_pgsql/php_pdo_pgsql_int.h + ext/pdo_pgsql/tests/bug46274.phpt + ext/pdo_pgsql/tests/bug46274_2.phpt + ext/pdo_pgsql/tests/common.phpt: + MFB: + - Updated pdo_pgsql from PHP_5_3 + + * (PHP_5_3) + ext/pdo_pgsql/pdo_pgsql.c: + MFH: + - Added missing #undefs, fixing compile warnings + + * (PHP_5_3) + ext/pcntl/pcntl.c + ext/pcntl/tests/pcntl_signal.phpt: + MFH: + - Fixed pcntl_signal() returning NULL when passing wrong parameters + + * ext/pcntl/pcntl.c + ext/pcntl/tests/pcntl_signal.phpt: + - Fixed pcntl_signal() returning NULL when passing wrong parameters + +2009-03-28 Arnaud Le Blanc + + * (PHP_5_3) + NEWS + UPGRADING: + Fix UPGRADING and NEWS for ticks undeprecation + 2009-03-27 Felipe Pena * ext/xmlreader/php_xmlreader.c: