Skip to content

Instantly share code, notes, and snippets.

@BramEsposito
Created January 21, 2016 11:11
Show Gist options
  • Save BramEsposito/f269047f2e7528f6c832 to your computer and use it in GitHub Desktop.
Save BramEsposito/f269047f2e7528f6c832 to your computer and use it in GitHub Desktop.
get php_info for the drush process
# get information over the php version (php_info)
drush php-eval "phpinfo();" | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment