Skip to content

Commit 8cc7293

Browse files
committed
fix build
1 parent 283844e commit 8cc7293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/opcache/tests/gt16979.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.jit=disable
77
opcache.jit_buffer_size=0
8-
opcache.file_cache={TMP}
8+
opcache.file_cache="{TMP}"
99
--EXTENSIONS--
1010
opcache
1111
--FILE--

ext/opcache/zend_file_cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ bool zend_file_cache_script_validate(zend_file_handle *file_handle)
18201820
char *filename;
18211821
zend_file_cache_metainfo info;
18221822
unsigned int actual_checksum;
1823-
void *mem;
1823+
void *mem, *checkpoint;
18241824

18251825
if (!file_handle || !file_handle->opened_path) {
18261826
return false;

0 commit comments

Comments
 (0)