If you’d like to check your loaded extensions on a Linux machine, create a PHP file with this line:
print_r(get_loaded_extensions());
If the file where named print_extensions.php, save and run your file from the command line:
php print_extensions.php
That’s it. This is how you can check the extensions loaded on your Linux server.
Incoming search terms:
- apache loaded extensions
- check the loaded extensions in php5 linux
- apache show loaded extensions
- how to check extension in linux
- how to find apache loaded extension
- how to see apache extension loaded
- how to tell what linux extensions are loaded
- linux check extension loaded
- show apache loaded extensions
Related posts:
