X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=a3cb94f4083516e58fbe286d002b434ca39479a8;hb=76ef3c1710bd22c560f9459f00452050d72f44db;hp=66a7a9a33f5f05e6b2a1446d4ff5f525a95e9dfa;hpb=f3ce3047c2a861a4ee3fcd7e74074cbd0ebc3714;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 66a7a9a..a3cb94f 100644 --- a/php_http.h +++ b/php_http.h @@ -24,8 +24,10 @@ #ifdef HTTP_WANT_NETDB # ifdef PHP_WIN32 +# define HTTP_HAVE_NETDB # include # elif defined(HAVE_NETDB_H) +# define HTTP_HAVE_NETDB # include # endif #endif @@ -93,7 +95,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) struct _http_globals_request { struct _http_globals_request_methods { char *allowed; - struct { + struct _http_globals_request_methods_custom { int count; void *entries; } custom;