-fix Countable not available in WONKY
[m6w6/ext-http] / php_http.h
index 33198fad8e8a287e01ee1a254acf253111e63050..210055064f70f55ad3258e66ca9b75bd6f068e06 100644 (file)
@@ -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.1"
 
 /* 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