summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_wrapper.c b/src/sp_wrapper.c
index 3e01a51..6b6c5cd 100644
--- a/src/sp_wrapper.c
+++ b/src/sp_wrapper.c
@@ -100,7 +100,7 @@ static php_stream * sp_php_stream_url_wrap_php(php_stream_wrapper *wrapper,
100 100
101 extern PHPAPI const php_stream_wrapper php_stream_php_wrapper; 101 extern PHPAPI const php_stream_wrapper php_stream_php_wrapper;
102 102
103 return php_stream_php_wrapper.wops->stream_opener(wrapper, path, mode, options, opened_path, context STREAMS_DC); 103 return php_stream_php_wrapper.wops->stream_opener(wrapper, path, mode, options, opened_path, context STREAMS_CC);
104} 104}
105 105
106/* 106/*