- use &EG(symbol_table)'s HTTP_SERVER_VARS instead of
[m6w6/ext-http] / php_http_std_defs.h
index fac59a3c3203ca745aeb09e31f5188f1b08371c3..1e117b9da25626d51f422adbe26cfae208da9a07 100644 (file)
@@ -105,9 +105,6 @@ typedef int STATUS;
                /* END */
 
 
-/* server vars shorthand */
-#define HTTP_SERVER_VARS Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])
-
 #define HTTP_PHP_INI_ENTRY(entry, default, scope, updater, global) \
        STD_PHP_INI_ENTRY(entry, default, scope, updater, global, zend_http_globals, http_globals)