summaryrefslogtreecommitdiffstats
path: root/10-opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-03 12:48:01 +0200
committerRemi Collet <remi@remirepo.net>2019-07-03 12:48:01 +0200
commit502e2cdb7871815a183675a5eeff7d64155a5bec (patch)
tree8c386f634d5f6d4ac3634fe896a17f755c88f76e /10-opcache.ini
parent2f2f1a82068a646bc894f08808512f42013918a9 (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.