We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efab7e3 commit 0f6316aCopy full SHA for 0f6316a
bin/comments_density
@@ -18,8 +18,6 @@ if (function_exists('opcache_get_configuration')) {
18
if (isset($opcacheConfig['directives']['opcache.save_comments']) && !$opcacheConfig['directives']['opcache.save_comments']) {
19
fwrite(STDERR, 'Warning: The "opcache.save_comments" directive is disabled. Doc comments will not be available.' . PHP_EOL);
20
}
21
-} else {
22
- fwrite(STDERR, 'Warning: Opcache is not enabled or "opcache_get_configuration" function is not available.' . PHP_EOL);
23
24
25
// Ensure timezone is set
0 commit comments