X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=e951d7dde23f36e541735dde8c0728e8b33d9084;hp=4dde9f947a0bfafa1897fb2c5a37cae802d21ab1;hb=b08947e98f1832091c8a9f6dea3799e0524d2822;hpb=3f8d6ea256f520d439cebc37c46bb93c30b2660e diff --git a/php_http.h b/php_http.h index 4dde9f9..e951d7d 100644 --- a/php_http.h +++ b/php_http.h @@ -37,6 +37,9 @@ extern int http_module_number; ZEND_BEGIN_MODULE_GLOBALS(http) +#ifdef ZEND_ENGINE_2 + zend_bool only_exceptions; +#endif struct _http_globals_etag { zend_bool started; PHP_MD5_CTX md5ctx; @@ -65,6 +68,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) zend_llist strings; zend_llist slists; zend_llist contexts; + zend_llist convs; } copies; # if LIBCURL_VERSION_NUM < 0x070c00 char error[CURL_ERROR_SIZE + 1];