From: Michael Wallner Date: Wed, 6 May 2015 10:28:11 +0000 (+0200) Subject: fix reflection arginfo X-Git-Tag: v0.6.0RC1~11 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=f75655ac7742fdd5c5e6968477d216b1b892475b fix reflection arginfo --- diff --git a/src/php_pqconn.c b/src/php_pqconn.c index f2622d5..142894f 100644 --- a/src/php_pqconn.c +++ b/src/php_pqconn.c @@ -652,7 +652,7 @@ static void php_pqconn_retire(php_persistent_handle_factory_t *f, void **handle ZEND_BEGIN_ARG_INFO_EX(ai_pqconn_construct, 0, 0, 1) ZEND_ARG_INFO(0, dsn) - ZEND_ARG_INFO(0, async) + ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO(); static PHP_METHOD(pqconn, __construct) { zend_error_handling zeh;