Created
February 18, 2012 11:02
-
-
Save robertbasic/1858783 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ php -v | |
| PHP 5.3.10 (cli) (built: Feb 2 2012 22:12:16) | |
| Copyright (c) 1997-2012 The PHP Group | |
| Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies | |
| with Xdebug v2.2.0-dev, Copyright (c) 2002-2012, by Derick Rethans | |
| $ php -i | grep -A 2 xdebug | grep Version | |
| Version => 2.2.0-dev | |
| $ php -r 'var_dump("Testing");' | |
| string(7) "Testing" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment