X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_api.c;h=f6ee54eb50bdf04dd0b3d171857a40fb2ea66bf2;hp=6090bc15cf62e244a9b6deb55a1049fcbc7bbc90;hb=7b88d9022c90eb12e5fe195af8644935141c9d68;hpb=bae1d9bccd93257b15065f1b51579b2d0b5cc1e4 diff --git a/http_request_api.c b/http_request_api.c index 6090bc1..f6ee54e 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -29,8 +29,6 @@ # include "php_http_request_object.h" #endif -ZEND_EXTERN_MODULE_GLOBALS(http); - /* {{{ cruft for thread safe SSL crypto locks */ #if defined(ZTS) && defined(HTTP_HAVE_SSL) # ifdef PHP_WIN32