diff options
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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) |