PHP is not recognized as an internal or external command in command prompt(PHP 在命令提示符中未被识别为内部或外部命令)
问题描述
当我使用 php
C:xampphtdocs>php
'php' is not recognized as an internal or external command,
operable program or batch file.
在以下路径中使用 php
运行命令时没有出现任何错误:
I don't get any error when I run the command with php
in following path:
C:xamppphp>php //do not got error here
为什么会出现这个错误?
Why I get this error?
'php' 不是内部或外部命令,也不是可运行的程序或批处理文件.
'php' is not recognized as an internal or external command, operable program or batch file.
推荐答案
将 C:xamppphp
添加到您的 PATH
环境变量中.(My Computer->属性->高级系统设置->环境变量->编辑路径)
Add C:xamppphp
to your PATH
environment variable.(My Computer->properties -> Advanced system setting-> Environment Variables->edit path)
然后关闭命令提示符并重新启动.
Then close your command prompt and restart again.
注意:关闭命令提示符并重新启动非常重要,否则将不会反映更改.
Note: It's very important to close your command prompt and restart again otherwise changes will not be reflected.
这篇关于PHP 在命令提示符中未被识别为内部或外部命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PHP 在命令提示符中未被识别为内部或外部命令
基础教程推荐
- 超薄框架REST服务两次获得输出 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 在多维数组中查找最大值 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01