0

How to check installed php modules

recently i have installed many php modules to configure CMS on my centos 6 server. Now i need to find what are all the php extentions is installed through command prompt...

Php Linux Add a comment
lincoln
asked Oct 23 2017

Answer

0

php -m it will help you to check installed php extension.

Add a comment
arunkumarak
asked Oct 23 2017
edited Oct 05 2018
Post your Answer