Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ext/opcache/tests/bug78185.phpt
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
1 change: 1 addition & 0 deletions ext/opcache/tests/gh9259_003.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if (getenv('SKIP_ASAN')) die('xleak Leaks memory with ASAN');
--INI--
opcache.interned_strings_buffer=500
opcache.enable_cli=1
opcache.enable=1
--FILE--
<?php

Expand Down
1 change: 1 addition & 0 deletions ext/opcache/tests/opcache_invalidate_deleted_file.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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--
Expand Down
Loading