X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqconn.h;h=775451f43f7d3734ef9e9ee88f0418994e24d53a;hp=3a26a5a291a894ee88decbf22c94393354248287;hb=b600ed678d51ae5b48b9d12e17e491d3d92d7a7a;hpb=b9f66d2b7378c40f85111ef57e9b0922789f77df diff --git a/src/php_pqconn.h b/src/php_pqconn.h index 3a26a5a..775451f 100644 --- a/src/php_pqconn.h +++ b/src/php_pqconn.h @@ -28,6 +28,7 @@ typedef struct php_pqconn { int (*poller)(PGconn *); php_resource_factory_t factory; HashTable listeners; + HashTable statements; HashTable converters; HashTable eventhandlers; php_pq_callback_t onevent;