diff options
author | <changelog@php.net> | 2007-12-03 01:31:29 +0000 |
---|---|---|
committer | <changelog@php.net> | 2007-12-03 01:31:29 +0000 |
commit | a0bfc242ca78d3570e6521aef02d840447381c83 (patch) | |
tree | d94669a55291a295e0058ed33f9914015c9f739e | |
parent | c81c24d905933696c17e7aa8c6e23a59abd6001a (diff) | |
download | php-git-a0bfc242ca78d3570e6521aef02d840447381c83.tar.gz |
ChangeLog update
-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) |