diff --git a/plugins/php/php_opcache.php b/plugins/php/php_opcache.php index c23d62b0..a4437a35 100644 --- a/plugins/php/php_opcache.php +++ b/plugins/php/php_opcache.php @@ -5,7 +5,7 @@ if (function_exists('opcache_get_status')) { - $data = opcache_get_status(); + $data = opcache_get_status(false); $output = array( 'mem_used.value' => $data['memory_usage']['used_memory'], 'mem_free.value' => $data['memory_usage']['free_memory'],