summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-10-22 17:02:10 +0000
committerWez Furlong <wez@php.net>2005-10-22 17:02:10 +0000
commit890f7f46b40267663c10b59349a2c146cac95cfb (patch)
tree91185eaf0856d0c1a91f3825f6ae5cef3689aa81 /main
parent23d3ddea2532046b86fa33588d25d45cdf15a79b (diff)
downloadphp-git-890f7f46b40267663c10b59349a2c146cac95cfb.tar.gz
Fix #34957; file access checks should use VCWD_ACCESS()
Diffstat (limited to 'main')
-rw-r--r--main/streams/php_stream_plain_wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/streams/php_stream_plain_wrapper.h b/main/streams/php_stream_plain_wrapper.h
index d44fb621c6..1d3374f98a 100644
--- a/main/streams/php_stream_plain_wrapper.h
+++ b/main/streams/php_stream_plain_wrapper.h
@@ -22,6 +22,7 @@
/* operations for a plain file; use the php_stream_fopen_XXX funcs below */
PHPAPI extern php_stream_ops php_stream_stdio_ops;
+PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
BEGIN_EXTERN_C()