X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqconn.h;h=775451f43f7d3734ef9e9ee88f0418994e24d53a;hb=75f3b1b8e2a950e2bce76ad8a68a37472485d3e6;hp=3a26a5a291a894ee88decbf22c94393354248287;hpb=d607a4e70c0684d4b144203dfce40d7d69db6f3f;p=m6w6%2Fext-pq 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;