X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_date_api.c;h=16b5661e859127f2f6e86526253baef664f8d4e9;hp=02f619c27a18d7713188d3c06bb013d525a70c0b;hb=7b88d9022c90eb12e5fe195af8644935141c9d68;hpb=bae1d9bccd93257b15065f1b51579b2d0b5cc1e4 diff --git a/http_date_api.c b/http_date_api.c index 02f619c..16b5661 100644 --- a/http_date_api.c +++ b/http_date_api.c @@ -20,8 +20,6 @@ #include "php_http_api.h" #include "php_http_date_api.h" -ZEND_EXTERN_MODULE_GLOBALS(http); - static inline int check_day(const char *day, size_t len); static inline int check_month(const char *month); static inline int check_tzone(const char *tzone);