From a63623e85de521274e4527eb6fe36f6588fb352c Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 21 Aug 2020 10:03:51 +0000 Subject: [PATCH] uopz may require opcache.optimization_level=0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350365 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uopz/setup.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/uopz/setup.xml b/reference/uopz/setup.xml index adacf998c5..befbbf4b6c 100644 --- a/reference/uopz/setup.xml +++ b/reference/uopz/setup.xml @@ -109,6 +109,14 @@ + + + + When running with OPcache enabled, it may be necessary to disable all + OPcache optimizations + (opcache.optimization_level=0). + +