Skip to content

Instantly share code, notes, and snippets.

@vamdt
Created August 18, 2015 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamdt/56843e2dc47b8abe2498 to your computer and use it in GitHub Desktop.
Save vamdt/56843e2dc47b8abe2498 to your computer and use it in GitHub Desktop.
php info show in cli
#!/usr/bin/env bash
# eg, check gd extensions
php -r 'phpinfo();' | grep -A 20 gd$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment