From 7c76192fc9f86d6b163ef5fccb60ee6cf33ccc89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jul 2019 11:03:24 +0200 Subject: - update to 7.4.0alpha3 - drop argon2 dependency using libsodium implementation --- 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 2abdeb2..a187524 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