From f75655ac7742fdd5c5e6968477d216b1b892475b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 6 May 2015 12:28:11 +0200 Subject: [PATCH] fix reflection arginfo --- src/php_pqconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2