From d32d7c1425cc7358edaa8b078ed97d2fd324ffa2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2019 12:49:06 +0200 Subject: add upstream patch for https://bugs.php.net/78230 segfault with opcache enabled --- 10-opcache.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '10-opcache.ini') 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. -- cgit