diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-09 11:03:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-09 11:03:24 +0200 |
commit | 7c76192fc9f86d6b163ef5fccb60ee6cf33ccc89 (patch) | |
tree | a42bcdd6a02677a5298b66cc67b09127203f408e /10-opcache.ini | |
parent | 9b7969bc8f1416eaf80728468eb2be39e3a53dbc (diff) |
- update to 7.4.0alpha3
- drop argon2 dependency using libsodium implementation
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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. |