X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=6c20456dafa54332b82d1fda20a9cebf22c2c177;hb=878af6cf27f64a1979100ecb0d74e4c972da13d8;hp=089e3655758f2fa2cd0fc35b8eb06adadd98b034;hpb=22e85919b89570a1848bcc8f41949a592ae20b48;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 089e365..6c20456 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.1" +#define PHP_EXT_HTTP_VERSION "1.6.0dev" #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 {