From d200c0db9ec5e8cf389c54635fecd0b183fc2abf Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Mon, 20 Feb 2017 19:53:44 +0000 Subject: [PATCH] Fixed incorrect note in opcache.force_restart_timeout description. A warning is logged as of opcache.log_verbosity_level 2 (WARNING) or higher instead of 3 (INFO) or higher. Patch provided by Arnout Boks git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341928 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/opcache/ini.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml index 0441da1319..30d6ff64ba 100644 --- a/reference/opcache/ini.xml +++ b/reference/opcache/ini.xml @@ -524,7 +524,7 @@ If opcache.log_verbosity_level - is set to 3 or above, an error will be recorded in the error log when + is set to 2 or above, a warning will be recorded in the error log when this occurs.