Skip to content

Commit db9323c

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Disable preloading for sensetive opcache tests
2 parents 4fe2cff + 12edc45 commit db9323c

28 files changed

+28
-0
lines changed

ext/opcache/tests/blacklist.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ opcache.enable_cli=1
66
opcache.blacklist_filename={PWD}/opcache-*.blacklist
77
opcache.file_update_protection=0
88
opcache.file_cache_only=0
9+
opcache.preload=
910
--SKIPIF--
1011
<?php require_once('skipif.inc'); ?>
1112
<?php

ext/opcache/tests/opt/dce_001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/dce_002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/dce_003.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/dce_004.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/dce_005.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/dce_006.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/dce_007.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/dce_008.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x20000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

ext/opcache/tests/opt/prop_types.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ opcache.enable=1
55
opcache.enable_cli=1
66
opcache.optimization_level=-1
77
opcache.opt_debug_level=0x200000
8+
opcache.preload=
89
--SKIPIF--
910
<?php require_once('skipif.inc'); ?>
1011
--FILE--

0 commit comments

Comments
 (0)