]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 30 Dec 2006 01:31:01 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 30 Dec 2006 01:31:01 +0000 (01:31 +0000)
ChangeLog

index 25b55eee5f49177120b65441c0fde4ebf4c7bab6..8da3e3825caa0e60b42b008b2d8f7126763a3081 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2006-12-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_4)
+      NEWS
+      ext/pgsql/pgsql.c:
+      
+      MFH: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used
+      for
+      timestamp fields).
+
+    * ext/pgsql/pgsql.c:
+      MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used
+      for
+      timestamp fields).
+
+    * ext/pgsql/tests/80_bug39971.phpt
+      ext/pgsql/tests/80_bug39971.phpt:
+      
+      file 80_bug39971.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ext/pgsql/pgsql.c:
+      
+      Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for
+      timestamp fields).
+
 2006-12-28  Antony Dovgal  <antony@zend.com>
 
     * sapi/cgi/cgi_main.c: