summaryrefslogtreecommitdiffstats
path: root/10-opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-03 12:49:06 +0200
committerRemi Collet <remi@remirepo.net>2019-07-03 12:49:06 +0200
commitd32d7c1425cc7358edaa8b078ed97d2fd324ffa2 (patch)
treef067b3c2b70a80a2dc58f75922d5c0256bc3da7c /10-opcache.ini
parentcdb9612f5132231a6d36e996b3d61e8522b2c512 (diff)
add upstream patch for https://bugs.php.net/78230 segfault with opcache enabled
Diffstat (limited to '10-opcache.ini')
-rw-r--r--10-opcache.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/10-opcache.ini b/10-opcache.ini
index 60e54b8..063a8e4 100644
--- a/10-opcache.ini
+++ b/10-opcache.ini
@@ -47,7 +47,7 @@ opcache.max_accelerated_files=4000
; A bitmask, where each bit enables or disables the appropriate OPcache
; passes
-;opcache.optimization_level=0x7FFFBFFF
+;opcache.optimization_level=0x7FFEBFFF
; This hack should only be enabled to work around "Cannot redeclare class"
; errors.