‘php.exe’ is not recognized as an internal or external command, operable program or batch file

前端 未结 10 1275
后悔当初
后悔当初 2020-11-29 08:24

‘php.exe’ is not recognized as an internal or external command, operable program or batch file.

Why does that error occur even though

10条回答
  •  萌比男神i
    2020-11-29 08:41

    it is very easy to do
    You need to also add php.exe
    Adding this path:
    windows key + pause
    click on Advance system settings
    click Environment Variable
    System variables part -> Path -> Edit and the add
    C:\wamp\bin\php\php5.3.8;
    close you cmd prompt if its open
    It's Done!

提交回复
热议问题