X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_std_defs.h;h=1e117b9da25626d51f422adbe26cfae208da9a07;hp=fac59a3c3203ca745aeb09e31f5188f1b08371c3;hb=e00740ccbf98e53bc1aa4aad31fa76560a32bfa4;hpb=f045f8949f2deb94530b7bca18f85aaa8d5c7d58 diff --git a/php_http_std_defs.h b/php_http_std_defs.h index fac59a3..1e117b9 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -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)