projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
bfb28ac
)
allow send() without parameter
author
Michael Wallner
<mike@php.net>
Mon, 30 Jul 2012 18:29:12 +0000
(18:29 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 30 Jul 2012 18:29:12 +0000
(18:29 +0000)
php_http_curl_client.c
patch
|
blob
|
history
diff --git
a/php_http_curl_client.c
b/php_http_curl_client.c
index d83bd5a9d24b2b519bf2b3a7f21bc91e4552dde7..01678d8c2d0a66d1f981f5ec0b36c47633226197 100644
(file)
--- a/
php_http_curl_client.c
+++ b/
php_http_curl_client.c
@@
-1279,7
+1279,7
@@
PHP_HTTP_API php_http_client_ops_t *php_http_curl_client_get_ops(void)
#define PHP_HTTP_CURL_CLIENT_ME(method, visibility) PHP_ME(HttpClientCURL, method, PHP_HTTP_ARGS(HttpClientCURL, method), visibility)
#define PHP_HTTP_CURL_CLIENT_CLIENT_MALIAS(me, vis) ZEND_FENTRY(me, ZEND_MN(HttpClient_##me), PHP_HTTP_ARGS(HttpClientCURL, me), vis)
-PHP_HTTP_BEGIN_ARGS(send,
1
)
+PHP_HTTP_BEGIN_ARGS(send,
0
)
PHP_HTTP_ARG_VAL(request, 0)
PHP_HTTP_END_ARGS;