drupflare/drangler - v0.1.0
    Preparing search index...

    Function parsePhpModules

    • The [PHP Modules] section of php -m, without the Zend one.

      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.

      Parameters

      • stdout: string

      Returns string[]