http\Env::parseParams()
[m6w6/ext-http] / php_http_curl.h
index 89f1948a11ea0c6d07bc23a1e49f2e3fd92f2dda..6e9cc1623053a888a905576013977729f3a15516 100644 (file)
@@ -15,4 +15,11 @@ struct php_http_request_pool_globals {
 };
 #endif
 
+extern zend_class_entry *php_http_curl_class_entry;
+extern zend_function_entry php_http_curl_method_entry[];
+
+#define php_http_curl_new php_http_object_new
+
+PHP_METHOD(HttpCURL, __construct);
+
 #endif