fix reflection arginfo
authorMichael Wallner <mike@php.net>
Wed, 6 May 2015 10:28:11 +0000 (12:28 +0200)
committerMichael Wallner <mike@php.net>
Wed, 6 May 2015 10:28:11 +0000 (12:28 +0200)
src/php_pqconn.c

index f2622d5184b73613019f15bca43f5b56a83c86f9..142894f8a6c33e7a93ecfdba36f29b934f3ca932 100644 (file)
@@ -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_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;
 ZEND_END_ARG_INFO();
 static PHP_METHOD(pqconn, __construct) {
        zend_error_handling zeh;