]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 29 Mar 2009 01:33:58 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Sun, 29 Mar 2009 01:33:58 +0000 (01:33 +0000)
ChangeLog

index 119b2e56907e5d7f8141693198346b8259ec5130..cad7df81f61f06a15d8288eff1eb39e66213671e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+2009-03-28  Matteo Beccati  <matteo@beccati.com>
+
+    * (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  <arnaud.lb@gmail.com>
+
+    * (PHP_5_3)
+      NEWS
+      UPGRADING:
+      Fix UPGRADING and NEWS for ticks undeprecation
+
 2009-03-27  Felipe Pena  <felipensp@gmail.com>
 
     * ext/xmlreader/php_xmlreader.c: