Red Bridge Internet is a San Francisco WordPress Consulting firm specializing in WordPress websites and WordPress Plugin Development. We're the ones you have been searching for.

How to Check Loaded Extensions on Linux

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:

  1. How to Check MySQL Version on Command Line
  2. Copy Directory with Sub Directories in Linux
  3. PHP ctype_alnum to Check Alpha Numeric Characters
  4. How to Add MySQL Access Logs
  5. How to Install Joomla perForms Component

Leave a Reply