php is not recognized as an intern command (using windows)
- by Tristan
Hello,
I want to develop using a framework called symfony BUT, i do not have a MAC and i don't want to dual boot with Debian.
I tryed virtual hosts via Virtual Box but it's too crappy. So i decided to stay on windows
So when the tutorial tells me to do
php lib/vendor/symfony/data/bin/check_configuration.php
i do in the windows cmd :
php lib\vendor\symfony\data\bin\check_configuration.php
and it tells me :
'php' is not recognized as an internal or external command
I use UwAmp (php 5.2.12 + mysql + apache) which is stored in
E:\logiciels\UwAmp\
inside i have buch of file, but i guess that is important :
E:\logiciels\UwAmp\apache\php_5.2.11
How to make the cmd PHP in the windows cmd work propely please?