X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_std_defs.h;h=cfb9cee5504f16e79d8a25b3ce2b1a50a0834991;hp=1d865642e9ca216211ea93559d14fb6c19c6f364;hb=61f165688d2cc39424678829a145c8cbab51d1af;hpb=1e4135540cb45994d2fc3ef3ede3bc168a7d839c diff --git a/php_http_std_defs.h b/php_http_std_defs.h index 1d86564..cfb9cee 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -122,6 +122,8 @@ typedef int STATUS; #define HTTP_PHP_INI_ENTRY(entry, default, scope, updater, global) \ STD_PHP_INI_ENTRY(entry, default, scope, updater, global, zend_http_globals, http_globals) +#define HTTP_PHP_INI_ENTRY_EX(entry, default, scope, updater, displayer, global) \ + STD_PHP_INI_ENTRY_EX(entry, default, scope, updater, global, zend_http_globals, http_globals, displayer) /* {{{ arrays */ #define FOREACH_VAL(array, val) FOREACH_HASH_VAL(Z_ARRVAL_P(array), val)