- remove the declaration of http_request_global_init() from the header too
[m6w6/ext-http] / http_request_object.c
index 571f521dd7886ceaf31ad6d16a9c09e701717dcc..eb72e93f55f5d4acd83672b427ef6a74ac80701d 100644 (file)
@@ -278,7 +278,7 @@ zend_function_entry http_request_object_fe[] = {
        HTTP_REQUEST_ALIAS(methodUnregister, http_request_method_unregister)
        HTTP_REQUEST_ALIAS(methodName, http_request_method_name)
        HTTP_REQUEST_ALIAS(methodExists, http_request_method_exists)
-
+       
        {NULL, NULL, NULL}
 };
 static zend_object_handlers http_request_object_handlers;