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 283844e commit 8cc7293Copy full SHA for 8cc7293
ext/opcache/tests/gt16979.phpt
@@ -5,7 +5,7 @@ opcache.enable=1
5
opcache.enable_cli=1
6
opcache.jit=disable
7
opcache.jit_buffer_size=0
8
-opcache.file_cache={TMP}
+opcache.file_cache="{TMP}"
9
--EXTENSIONS--
10
opcache
11
--FILE--
ext/opcache/zend_file_cache.c
@@ -1820,7 +1820,7 @@ bool zend_file_cache_script_validate(zend_file_handle *file_handle)
1820
char *filename;
1821
zend_file_cache_metainfo info;
1822
unsigned int actual_checksum;
1823
- void *mem;
+ void *mem, *checkpoint;
1824
1825
if (!file_handle || !file_handle->opened_path) {
1826
return false;
0 commit comments