php is not recognized as an intern command (using windows)
Posted
by Tristan
on Stack Overflow
See other posts from Stack Overflow
or by Tristan
Published on 2010-05-27T12:08:55Z
Indexed on
2010/05/27
12:11 UTC
Read the original article
Hit count: 253
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?
© Stack Overflow or respective owner