]> granicus.if.org Git - php/commit
Fix bug 72788: Invalid memory access when database_object_handle
authorKeyur <kgovande@etsy.com>
Mon, 8 Aug 2016 23:34:00 +0000 (23:34 +0000)
committerKeyur <kgovande@etsy.com>
Tue, 9 Aug 2016 00:16:46 +0000 (00:16 +0000)
commit3f25c4228a8f505a000c1ea5751062606247349a
tree05caf1efdb75d6704da598e1de007e391420bf40
parentbe77ce37fd3290365a359f7143cc636d66f14cf1
Fix bug 72788: Invalid memory access when database_object_handle
is undefined. Also fix memory leak in dbh_free when using persistent
PDO connections.
ext/pdo/pdo_dbh.c
ext/pdo/tests/bug_72788.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_017.phpt
ext/pdo_mysql/mysql_statement.c
ext/pdo_mysql/tests/pdo_mysql___construct.phpt
ext/pdo_pgsql/pgsql_statement.c