From 7e56fe6cbaac489d8449962730f37a025d15cfeb Mon Sep 17 00:00:00 2001 From: Pierre Tondereau Date: Tue, 15 Jul 2025 20:16:08 +0200 Subject: fix: Build PHP --- src/sp_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_wrapper.c') 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, extern PHPAPI const php_stream_wrapper php_stream_php_wrapper; - return php_stream_php_wrapper.wops->stream_opener(wrapper, path, mode, options, opened_path, context STREAMS_DC); + return php_stream_php_wrapper.wops->stream_opener(wrapper, path, mode, options, opened_path, context STREAMS_CC); } /* -- cgit v1.3