Skip to content

Commit ac54bfb

Browse files
committed
Fix test in "DEBUG_NTS_OPCACHE Without interned strings" build
1 parent 6622c54 commit ac54bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/tests/file_cache_error.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pcntl
88
opcache.enable_cli=1
99
opcache.file_cache={TMP}
1010
opcache.log_verbosity_level=2
11+
opcache.interned_strings_buffer=8
1112
--SKIPIF--
1213
<?php
1314
if (!posix_setrlimit(POSIX_RLIMIT_FSIZE, 1, 1)) die('skip Test requires setrlimit(RLIMIT_FSIZE) to work');

0 commit comments

Comments
 (0)