Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
467 views
in Technique[技术] by (71.8m points)

php is not recognized as an internal command (in Windows)

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 tried virtual hosts via Virtual Box but it doesn't work. 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 libvendorsymfonydataincheck_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:logicielsUwAmp

inside I have bunch of files, but I guess that is important:

E:logicielsUwAmpapachephp_5.2.11

How to make the cmd PHP in the windows cmd work properly?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You'll have to add the directory in which the php executable is located to your "path" variable (I guess in your case that would be E:logicielsUwAmpapachephp_5.2.11 ). In Windows, you can do that as described here: http://www.computerhope.com/issues/ch000549.htm

Any directory you place in this path variable (they're separated by a semicolon) will be automatically used in, for example, a cmd shell.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...