W obsolete-comments-style-in-php-ini
This package ships a .ini
file used to configure php but
it has comments using the old-style comment separator #
.
Instead, the ;
separator should be used.
Since version 5.3, the PHP interpreter warns about the use of the old style of comment separator.
Visibility: warning
Check: languages/php