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

前端 未结 10 1268
后悔当初
后悔当初 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条回答
  •  攒了一身酷
    2020-11-29 08:42

    A:\xampp\php\php.exe
    

    The PATH environment variable must contain paths only, not file names.

    Make that

    A:\xampp\php
    

提交回复
热议问题