diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index 2110753d97..bca646f2c9 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -241,6 +241,7 @@ PHPAPI void php_print_info(int flag) } php_print_gpcse_array("HTTP_GET_VARS", sizeof("HTTP_GET_VARS")-1 ELS_CC); php_print_gpcse_array("HTTP_POST_VARS", sizeof("HTTP_POST_VARS")-1 ELS_CC); + php_print_gpcse_array("HTTP_POST_FILES", sizeof("HTTP_POST_FILES")-1 ELS_CC); php_print_gpcse_array("HTTP_COOKIE_VARS", sizeof("HTTP_COOKIE_VARS")-1 ELS_CC); php_print_gpcse_array("HTTP_SERVER_VARS", sizeof("HTTP_SERVER_VARS")-1 ELS_CC); php_print_gpcse_array("HTTP_ENV_VARS", sizeof("HTTP_ENV_VARS")-1 ELS_CC); |
