Add deallocate() and prepare() to Statement
authorChris Wright <github@daverandom.com>
Mon, 8 Dec 2014 01:40:05 +0000 (01:40 +0000)
committerChris Wright <daverandom@php.net>
Wed, 10 Dec 2014 16:50:22 +0000 (16:50 +0000)
commit7b61b6b19fea328ec2ccd767bf9dd4d4b3c0892f
tree398c81a70a7727ce008f49b860c4d664af8a4d83
parent56e9738f80aee54b362f90a42c724abad5378e31
Add deallocate() and prepare() to Statement

Also adds async variants
src/php_pqconn.c
src/php_pqstm.c
src/php_pqstm.h
tests/async009.phpt [new file with mode: 0644]
tests/stm_deallocate_prepare001.phpt [new file with mode: 0644]