|
|
|
@ -128,7 +128,7 @@ php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mod |
|
|
|
path += 5; |
|
|
|
} |
|
|
|
|
|
|
|
innerstream = php_stream_open_wrapper(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path); |
|
|
|
innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context); |
|
|
|
|
|
|
|
if (innerstream) { |
|
|
|
int fd; |
|
|
|
|