X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http.h;h=2c36aad14b4586c907a99e855588f0c4c7100321;hb=391c9a6e51b6b1476dc0a7d8561824d1844e60ca;hp=56c3a9afc8c85ceaaa6f0e8e0ade5e9753bb2a86;hpb=ccd5fd7a9576fd80944eb212ed5311d7533d72b4;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 56c3a9a..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.18.0dev" +#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