Answers for "command to list modules available in php"

PHP
2

show php modules installed

php -m
Posted by: Guest on February-24-2021
1

php 7.4 modules list

apt install php7.4-{bcmath,bz2,imap,intl,mbstring,soap,sybase,xsl,zip}
Posted by: Guest on April-26-2021

Code answers related to "command to list modules available in php"

Browse Popular Code Answers by Language