Windows系统下如何安装最新的PHP环境
2021-01-06 23:29
标签:信息 php tps asp alt and nload mamicode 编写 和ASP开发不同,Window系统没有PHP的组件,在编程使用时,需要先下载安装。 PHP网站的有详细的安装指导书,需要细细阅读,去粗取精,简要来说: 1.下载PHP 7.4 右键点击我的电脑,==》属性 ==》高级系统属性 ==》环境变量 ==》系统变量 ==》 Path 注意添加环境变量的时候,不要把之前已经添加的路径信息覆盖掉,路径之间用分号隔开。 现在你就可以去编写你的PHP代码了。 Windows系统下如何安装最新的PHP环境 标签:信息 php tps asp alt and nload mamicode 编写 原文地址:https://www.cnblogs.com/montai/p/13162497.html
https://windows.php.net/download/
2.下载安装Visual C++ Redistibutable (在同一个网页上)
The VC15 and VS16 builds require to have the Visual C++ Redistributable for Visual Studio 2015-2019 x64 or x86 installed
3.解压缩到C:\PHP7\
4..更改文件名php.ini-development = >php.ini
5. 添加环境变量 php c:\php7
文章标题:Windows系统下如何安装最新的PHP环境
文章链接:http://soscw.com/index.php/essay/40581.html