How to list all installed PHP extensions
Many times, web hosting owners are asking if a specific PHP extension is installed on the server or not. You can check easily with a simple PHP script. We will mainly use the get_loaded_extensions PHP function to get the list…