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 0a00d29 commit f17156cCopy full SHA for f17156c
ext/opcache/ZendAccelerator.c
@@ -137,7 +137,7 @@ static inline int is_stream_path(const char *filename)
137
static inline int is_cachable_stream_path(const char *filename)
138
{
139
return memcmp(filename, "file://", sizeof("file://") - 1) == 0 ||
140
- memcmp(filename, "phar://", sizeof("file://") - 1) == 0;
+ memcmp(filename, "phar://", sizeof("phar://") - 1) == 0;
141
}
142
143
/* O+ overrides PHP chdir() function and remembers the current working directory
0 commit comments