Skip to content

Commit 7f59d5c

Browse files
committed
Mark preloading test as opcache.file_cache_only=0
Preloading requires shm.
1 parent 5ea808a commit 7f59d5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zend/tests/partial_application/preloading.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PFA preloading
44
opcache.enable=1
55
opcache.enable_cli=1
66
opcache.preload={PWD}/preloading.inc
7+
opcache.file_cache_only=0
78
--SKIPIF--
89
<?php
910
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');

0 commit comments

Comments
 (0)