X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=2c36aad14b4586c907a99e855588f0c4c7100321;hb=7005d0b7ef4b15b2e6ddb6ccb8167f086b8c59ce;hp=33198fad8e8a287e01ee1a254acf253111e63050;hpb=0e41acb9661b95484c212e349f83e34eb3fe84a2;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 33198fa..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 @@ -79,6 +79,8 @@ ZEND_BEGIN_MODULE_GLOBALS(http) zend_bool only_exceptions; #endif + zend_bool force_exit; + ZEND_END_MODULE_GLOBALS(http) #ifdef ZTS