Skip to content

Commit fb2266b

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix OPcache tests under specific conditions
2 parents e207071 + bca5f6e commit fb2266b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ext/opcache/tests/bug78185.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
Bug #78185: file cache only no longer works
33
--INI--
4+
opcache.enable=1
45
opcache.enable_cli=1
56
opcache.optimization_level=-1
67
opcache.file_cache={PWD}

ext/opcache/tests/gh9164.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug GH-9164: Segfault in zend_accel_class_hash_copy
44
opcache
55
pcntl
66
--INI--
7+
opcache.enable=1
78
opcache.enable_cli=1
89
--FILE--
910
<?php

ext/opcache/tests/opcache_invalidate_deleted_file.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ opcache_invalidate() should invalidate deleted file
33
--EXTENSIONS--
44
opcache
55
--INI--
6+
opcache.enable=1
67
opcache.enable_cli=1
78
opcache.validate_timestamps=0
89
--FILE--

0 commit comments

Comments
 (0)