summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2007-12-03 01:31:29 +0000
committer <changelog@php.net>2007-12-03 01:31:29 +0000
commita0bfc242ca78d3570e6521aef02d840447381c83 (patch)
treed94669a55291a295e0058ed33f9914015c9f739e
parentc81c24d905933696c17e7aa8c6e23a59abd6001a (diff)
downloadphp-git-a0bfc242ca78d3570e6521aef02d840447381c83.tar.gz
ChangeLog update
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c6b743564..648fca25ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-12-02 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ ext/pdo_pgsql/pgsql_statement.c
+ ext/pdo_pgsql/pgsql_statement.c
+ ext/pdo_pgsql/tests/bug36727.phpt
+ ext/pdo_pgsql/tests/bug36727.phpt:
+
+ MFB: Fixed bug #43457 (Prepared statement with incorrect parms doens't
+ throw exception with pdo_pgsql driver)
+
+ * (PHP_5_3)
+ ext/pdo_pgsql/pgsql_statement.c
+ ext/pdo_pgsql/tests/bug36727.phpt:
+ Fixed bug #43457 (Prepared statement with incorrect parms doens't
+ throw exception with pdo_pgsql driver)
+
2007-12-01 Derick Rethans <php@derickrethans.nl>
* (PHP_5_3)