summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-26 18:59:29 +0000
committerZeev Suraski <zeev@php.net>2000-02-26 18:59:29 +0000
commite5c8aeb3f17dc49df22c0cda9723a6942d58749d (patch)
tree6bf9c2ef6b7e236b2f755a512b28b2334f8c31a0 /main/php_globals.h
parentf7f7094bcf98600fd3f0c312de5fc148a6632055 (diff)
downloadphp-git-e5c8aeb3f17dc49df22c0cda9723a6942d58749d.tar.gz
- Protect $HTTP_POST_FILES[] as well
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h1
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;