diff options
author | Wez Furlong <wez@php.net> | 2005-10-22 17:26:16 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-10-22 17:26:16 +0000 |
commit | 58f42f04ad14a176b408b3e78f4a2bd3b169fc47 (patch) | |
tree | 26af884f74f4c2f4bf1ca6ed1aab72dc84f63b8a /main | |
parent | a9483247782939d07201362baf800535dcd72400 (diff) | |
download | php-git-58f42f04ad14a176b408b3e78f4a2bd3b169fc47.tar.gz |
merge VCWD_ACCESS bugfix to head.
Test suite is unusable in HEAD, so I guess it works here too.
Diffstat (limited to 'main')
-rw-r--r-- | main/streams/php_stream_plain_wrapper.h | 1 |
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() |