- added INI setting http.force_exit which can be used to disable script termination
[m6w6/ext-http] / php_http.h
index 33198fad8e8a287e01ee1a254acf253111e63050..b62777ee4f93552c0d2d4c443f1e1270bbd85f54 100644 (file)
@@ -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