]> granicus.if.org Git - php/commit
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
authorMatteo Beccati <mbeccati@php.net>
Wed, 4 Nov 2009 19:32:27 +0000 (19:32 +0000)
committerMatteo Beccati <mbeccati@php.net>
Wed, 4 Nov 2009 19:32:27 +0000 (19:32 +0000)
commitfa67c860e0ef6bb2a1dd556c9c3e33ad105143bc
tree1588686467c8507c518331a12e6ceae28b7c418d
parente6f4503f29f3492a3b2c59886371936c066c37d3
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.
NEWS
ext/pdo_pgsql/pgsql_driver.c
ext/pdo_pgsql/pgsql_statement.c
ext/pdo_pgsql/php_pdo_pgsql_int.h
ext/pdo_pgsql/tests/bug_49985.phpt [new file with mode: 0644]