summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index aba42e01bb..e5c23e6a24 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -114,6 +114,7 @@ typedef struct {
char *user_stream_current_filename; /* for simple recursion protection */
php_stream_context *default_context;
HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */
+ HashTable *stream_filters; /* per-request copy of stream_filters_hash */
} php_file_globals;
#ifdef ZTS