I add to global variable PATH the path of the folder that contain php.exe on a Windows machine (Windows U7 x64). But when I type in the console:
php -v
I'm getting:
'php' is not recognized as an internal or external command, operable program or batch file.
And if I type:
php.exe -v
It works:
PHP 5.5.10 (cli) (built: Mar May 2014 14:49:07) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies