summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-05-21 11:18:32 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-05-21 11:18:32 +0200
commitd23bc33dc1be8f5acd88a4c7dc926ea9a0d87d48 (patch)
tree1bc20694febce142d44e727bd3a7313eaa37f898
parent4ebd9a5366e2a1bb0417ad4b2031731b530bb90a (diff)
parente6a191de1b73c902b631cb8f0f70ed58b81005d4 (diff)
downloadphp-git-d23bc33dc1be8f5acd88a4c7dc926ea9a0d87d48.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Prevent test case failure
-rw-r--r--ext/opcache/tests/bug66461.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/bug66461.phpt b/ext/opcache/tests/bug66461.phpt
index 33132abeed..2d09feff58 100644
--- a/ext/opcache/tests/bug66461.phpt
+++ b/ext/opcache/tests/bug66461.phpt
@@ -4,6 +4,7 @@ Bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
+opcache.log_verbosity_level=1
opcache.file_update_protection=0
opcache.interned_strings_buffer=0
--SKIPIF--