projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
36150c0
)
fix reflection arginfo
author
Michael Wallner
<mike@php.net>
Wed, 6 May 2015 10:28:11 +0000
(12:28 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 6 May 2015 10:28:11 +0000
(12:28 +0200)
src/php_pqconn.c
patch
|
blob
|
history
diff --git
a/src/php_pqconn.c
b/src/php_pqconn.c
index f2622d5184b73613019f15bca43f5b56a83c86f9..142894f8a6c33e7a93ecfdba36f29b934f3ca932 100644
(file)
--- 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;