X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=2c36aad14b4586c907a99e855588f0c4c7100321;hb=09c63e9aa5d552e91db75dcf5bc64ba33923348f;hp=6f38c156cf6f86024c508f2b821a5f2c30208018;hpb=e83a7438dc70ed96630887246a1d3aefcf155b1c;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 6f38c15..2c36aad 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define HTTP_PEXT_VERSION "0.16.1dev" +#define HTTP_PEXT_VERSION "0.18.0" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL @@ -34,9 +34,6 @@ extern int http_module_number; ZEND_BEGIN_MODULE_GLOBALS(http) -#ifdef ZEND_ENGINE_2 - zend_bool only_exceptions; -#endif struct _http_globals_etag { long mode; void *ctx; @@ -78,6 +75,12 @@ ZEND_BEGIN_MODULE_GLOBALS(http) #endif /* HTTP_HAVE_CURL */ } request; +#ifdef ZEND_ENGINE_2 + zend_bool only_exceptions; +#endif + + zend_bool force_exit; + ZEND_END_MODULE_GLOBALS(http) #ifdef ZTS