projects
/
m6w6
/
ext-ares
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
da29629
)
separate options array
author
Michael Wallner
<mike@php.net>
Fri, 1 Aug 2014 19:33:34 +0000
(21:33 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 1 Aug 2014 19:33:34 +0000
(21:33 +0200)
php_ares.c
patch
|
blob
|
history
diff --git
a/php_ares.c
b/php_ares.c
index ee6defacac635fa2b114b4f10563c52acf4a4b81..c60ce4f8d4ccd234a54a632f790d6dc93f56b17c 100644
(file)
--- a/
php_ares.c
+++ b/
php_ares.c
@@
-1093,7
+1093,7
@@
static PHP_FUNCTION(ares_init)
php_ares *ares = NULL;
int err;
- if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|a!", &opt_array)) {
+ if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|a
/
!", &opt_array)) {
RETURN_FALSE;
}