X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqconn.h;fp=src%2Fphp_pqconn.h;h=195da5b45a881352b9c8d3c6ba2b4558902f2ab7;hp=acec39b7304e45585a195fde44b82e3e2803f088;hb=df586b558795570822225a3a458bd91a1f7ab433;hpb=1b5358df410e66224c7e8251d286134b0f3f59d3;ds=sidebyside diff --git a/src/php_pqconn.h b/src/php_pqconn.h index acec39b..195da5b 100644 --- a/src/php_pqconn.h +++ b/src/php_pqconn.h @@ -27,6 +27,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;