Awesome Info About How To Check Php Modules
If your server only has a single php version installed, you can run this php command anywhere, and it will give you the same list of modules.
How to check php modules. You can use <?<strong>php</strong> phpinfo(); ?> to check php list of. So this wasn't working on server as these modules were not installed on this server.
To check the php modules. For now, my solution is to have php tell me from the command line. How to check installed php modules?
This article covers how to check which php and apache modules you have installed. Php , 7 months ago. When logged into your server via ssh, type in the following command.
Nicola by nicola, in category: Download the latest php 5 zip package from www.php.net/downloads.php. Login via ssh to your server to run the following commands.
How to check installed php modules? I was having the same issue, i needed to know what modules were installed and their version. Using pipe ( | ) and grep command, you can search for particular module.
You should verify your php version and which modules currently exist on your php instance before installing php. In the above example will grep module named gd. Say your php application is unable to load a needed php module.