admin管理员组

文章数量:1535877

在windows环境下  将php5升级到php7,只需在官网下载对应的php版本,修改php.ini文件,并修改apache的配置文件httpd.conf,注释php5的内容,新增

#php7 support
LoadModule php7_module "D:/php7/php7apache2_4.dll"
AddType application/x-httpd-php .php .html .htm

# configure the path to php.ini
PHPIniDir "D:/php7"


升级过程还有几个注意点:

1.PHP7是VC14编译,如果要运行需要先安装VC2015库,否则可能导致Apache无法启动

下载地址:https://www.microsoft/en-US/download/details.aspx?id=48145

本文标签: 升级到环境Windows