We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74085b commit f39ae2fCopy full SHA for f39ae2f
ext/standard/user_filters.c
@@ -149,7 +149,7 @@ static php_stream_filter_status_t userfilter_filter(
149
stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE;
150
151
/* Give the userfilter class a hook back to the stream */
152
- zend_class_entry *old_scope = EG(fake_scope);
+ const zend_class_entry *old_scope = EG(fake_scope);
153
EG(fake_scope) = Z_OBJCE_P(obj);
154
155
zend_string *stream_name = ZSTR_INIT_LITERAL("stream", 0);
0 commit comments