mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix OPcache tests under specific conditions
This commit is contained in:
parent
08e0729c57
commit
bca5f6e74f
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Bug #78185: file cache only no longer works
|
Bug #78185: file cache only no longer works
|
||||||
--INI--
|
--INI--
|
||||||
|
opcache.enable=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
opcache.optimization_level=-1
|
opcache.optimization_level=-1
|
||||||
opcache.file_cache={PWD}
|
opcache.file_cache={PWD}
|
||||||
|
|
|
@ -4,6 +4,7 @@ Bug GH-9164: Segfault in zend_accel_class_hash_copy
|
||||||
opcache
|
opcache
|
||||||
pcntl
|
pcntl
|
||||||
--INI--
|
--INI--
|
||||||
|
opcache.enable=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -3,6 +3,7 @@ opcache_invalidate() should invalidate deleted file
|
||||||
--EXTENSIONS--
|
--EXTENSIONS--
|
||||||
opcache
|
opcache
|
||||||
--INI--
|
--INI--
|
||||||
|
opcache.enable=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
opcache.validate_timestamps=0
|
opcache.validate_timestamps=0
|
||||||
--FILE--
|
--FILE--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue