We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa633d commit 4eabe0aCopy full SHA for 4eabe0a
system/Security/CheckPhpIni.php
@@ -135,7 +135,7 @@ public static function checkIni(?string $argument = null): array
135
'date.timezone' => ['recommended' => 'UTC'],
136
'mbstring.language' => ['recommended' => 'neutral'],
137
'opcache.enable' => ['recommended' => '1'],
138
- 'opcache.enable_cli' => ['recommended' => '1'],
+ 'opcache.enable_cli' => ['recommended' => '0', 'remark' => 'Enable when you using CLI'],
139
'opcache.jit' => ['recommended' => 'tracing'],
140
'opcache.jit_buffer_size' => ['recommended' => '128', 'remark' => 'Adjust with your free space of memory'],
141
'zend.assertions' => ['recommended' => '-1'],
0 commit comments