X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=2cbeea4276dc522510a9536135f440635c56745d;hb=d9b3f21f36557489b2164deb9ca43eb53b306e6c;hp=2ca0d2f86d3084bfaf5a9a6fff352382bc0e5922;hpb=8e6cf53b544342e1eaf0ec4f530e32852120294a;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 2ca0d2f..2cbeea4 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "1.5.2" +#define PHP_EXT_HTTP_VERSION "1.5.6" #ifdef HAVE_CONFIG_H # include "config.h" @@ -120,12 +120,9 @@ ZEND_BEGIN_MODULE_GLOBALS(http) time_t time; HashTable *headers; struct _http_globals_request_methods { + HashTable registered; char *allowed; - struct _http_globals_request_methods_custom { - char *ini; - int count; - void *entries; - } custom; + char *custom; } methods; #if defined(ZEND_ENGINE_2) && defined(HTTP_HAVE_CURL) struct _http_globals_request_datashare {