PHP modules list not returned if php type is hhvm
Closed this issue · 0 comments
kaustavha commented
Related PR #865
php can have two flavors currently, zend or hhvm.
With the growing popularity of hhvm it makes sense to support it.
But currently it lacks many command line flags. The one we're interested in is --modules or -m, we need a list of installed modules.
Need to either monkey patch the getPHPModules function or push a feature for the --module flag upstream to hhvm and wait for it get merged.
Related hhvm pr.