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:
729594c
)
expand #if CURL
author
Michael Wallner
<mike@php.net>
Mon, 30 Jul 2012 18:26:43 +0000
(18:26 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 30 Jul 2012 18:26:43 +0000
(18:26 +0000)
php_http.c
patch
|
blob
|
history
diff --git
a/php_http.c
b/php_http.c
index bba04c7b948bbb9f1f7385595a27b8707d7f682e..128937d47737314d29235615d3b426e1b62052fe 100644
(file)
--- a/
php_http.c
+++ b/
php_http.c
@@
-152,10
+152,10
@@
PHP_MINIT_FUNCTION(http)
|| SUCCESS != PHP_MINIT_CALL(http_client_factory)
#if PHP_HTTP_HAVE_CURL
|| SUCCESS != PHP_MINIT_CALL(http_curl)
-#endif
|| SUCCESS != PHP_MINIT_CALL(http_curl_client)
|| SUCCESS != PHP_MINIT_CALL(http_curl_client_pool)
|| SUCCESS != PHP_MINIT_CALL(http_curl_client_datashare)
+#endif
|| SUCCESS != PHP_MINIT_CALL(http_url)
|| SUCCESS != PHP_MINIT_CALL(http_env)
|| SUCCESS != PHP_MINIT_CALL(http_env_request)