I believe simply running the phpinfo(); command will provide a list of all of the installed modules and packages.
Create a PHP file named phpinfo.php. Open it in any text editor and enter:
< ?php phpinfo(); ? >
remove space after < and before >
Before saving the file. Then navigate to the file through your web browser and the file will list the information.
|