Introduction
In this article, we will detail how you may view all modules installed for a specific PHP version through the command line.
Procedure
The installed path for the respective PHP versions on your server are located within /opt/cpanel. In order to view the PHP versions, you'll need to invoke PHP using the -m (modules) option. For example, to view the modules for PHP 7.3, run the following command:
/opt/cpanel/ea-php73/root/usr/bin/php -m
Comments
0 comments
Article is closed for comments.