X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_url_api.c;h=53faf9506f5417440570c2053df5e9c139011258;hp=07204608b1af731e721e820746e01e9c4abd5cb5;hb=7b88d9022c90eb12e5fe195af8644935141c9d68;hpb=213951e5268262c6dbea4b05b852510132f3367b diff --git a/http_url_api.c b/http_url_api.c index 0720460..53faf95 100644 --- a/http_url_api.c +++ b/http_url_api.c @@ -27,8 +27,6 @@ #include "php_http_api.h" #include "php_http_url_api.h" -ZEND_EXTERN_MODULE_GLOBALS(http); - PHP_HTTP_API char *_http_absolute_url(const char *url TSRMLS_DC) { char *abs = estrdup(url);