Skip to content

Instantly share code, notes, and snippets.

@madeingnecca
Created April 11, 2014 22:07
Show Gist options
  • Save madeingnecca/10505490 to your computer and use it in GitHub Desktop.
Save madeingnecca/10505490 to your computer and use it in GitHub Desktop.
HOSTING utils
// Save as apache_modules.php
<?php print join("\n", apache_get_modules()); ?>
// Save as php_extensions.php
<?php print join("\n", get_loaded_extensions()); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment