The [PHP Modules] section of php -m, without the Zend one.
[PHP Modules]
php -m
Both sections are flat lists of bare names, so a parser that ignored the headers would report Zend OPcache as a loadable extension and a rule keyed on extension names would then be wrong.
Zend OPcache
The
[PHP Modules]section ofphp -m, without the Zend one.Both sections are flat lists of bare names, so a parser that ignored the headers would report
Zend OPcacheas a loadable extension and a rule keyed on extension names would then be wrong.