Skip to content

Instantly share code, notes, and snippets.

@sowawa
Created February 7, 2012 02:19
Show Gist options
  • Save sowawa/1756687 to your computer and use it in GitHub Desktop.
Save sowawa/1756687 to your computer and use it in GitHub Desktop.
phpinfo in cli

Do you know to be able to phpinfo() in cli.

git clone git://gist.github.com/1756687.git php
cd php
php info.php
<?php
phpinfo();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment