diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-26 18:59:29 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-26 18:59:29 +0000 |
commit | e5c8aeb3f17dc49df22c0cda9723a6942d58749d (patch) | |
tree | 6bf9c2ef6b7e236b2f755a512b28b2334f8c31a0 /main/php_globals.h | |
parent | f7f7094bcf98600fd3f0c312de5fc148a6632055 (diff) | |
download | php-git-e5c8aeb3f17dc49df22c0cda9723a6942d58749d.tar.gz |
- Protect $HTTP_POST_FILES[] as well
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 1a1a6db707..1c50a7c1be 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -48,6 +48,7 @@ typedef struct _php_http_globals { zval *cookie; zval *server; zval *environment; + zval *post_files; } php_http_globals; struct _php_tick_function_entry; |