Fix OPcache tests under specific conditions

This commit is contained in:
Go Kudo 2024-09-09 09:55:52 +03:00 committed by Dmitry Stogov
parent 08e0729c57
commit bca5f6e74f
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
--TEST--
Bug #78185: file cache only no longer works
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
opcache.file_cache={PWD}

View file

@ -4,6 +4,7 @@ Bug GH-9164: Segfault in zend_accel_class_hash_copy
opcache
pcntl
--INI--
opcache.enable=1
opcache.enable_cli=1
--FILE--
<?php

View file

@ -3,6 +3,7 @@ opcache_invalidate() should invalidate deleted file
--EXTENSIONS--
opcache
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.validate_timestamps=0
--FILE--