expand #if CURL
authorMichael Wallner <mike@php.net>
Mon, 30 Jul 2012 18:26:43 +0000 (18:26 +0000)
committerMichael Wallner <mike@php.net>
Mon, 30 Jul 2012 18:26:43 +0000 (18:26 +0000)
php_http.c

index bba04c7b948bbb9f1f7385595a27b8707d7f682e..128937d47737314d29235615d3b426e1b62052fe 100644 (file)
@@ -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)