- FOREACH macros now require a HashPosition argument
[m6w6/ext-http] / php_http.h
index 56c3a9afc8c85ceaaa6f0e8e0ade5e9753bb2a86..33198fad8e8a287e01ee1a254acf253111e63050 100644 (file)
@@ -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,10 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
 #endif /* HTTP_HAVE_CURL */
        } request;
 
+#ifdef ZEND_ENGINE_2
+       zend_bool only_exceptions;
+#endif
+
 ZEND_END_MODULE_GLOBALS(http)
 
 #ifdef ZTS