summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2004-06-21 21:08:05 +0000
committerSara Golemon <pollita@php.net>2004-06-21 21:08:05 +0000
commita2c24ae90ead95f8dbed95ff732e6c89bd4275b4 (patch)
tree33f37635e277b9ea2cc75997de9229d66a464814 /ext/standard/file.h
parentdc66fb1f10518b1c4712fd4d253ab3fb61428080 (diff)
downloadphp-git-a2c24ae90ead95f8dbed95ff732e6c89bd4275b4.tar.gz
BugFix#28868 (Part Two): This fixes thread unsafety in the userspace
filters which relates to the fix just applied for userspace wrappers.
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