Heim  >  Artikel  >  Backend-Entwicklung  >  php7(PHPNG) windows环境下部署

php7(PHPNG) windows环境下部署

WBOY
WBOYOriginal
2016-06-23 13:29:28947Durchsuche

        很长时间没有写博客了,为了帮助身边的小伙伴,同时也为了自己的记忆更加牢固,还是记录下php的职业生涯(大牛勿喷,欢迎更多的朋友加入群:13768387)

        作为一名phpcodeer,一直喜欢研究php,一旦有新的版本出现,马上进行生产环境测试,但是其中也出现过噩梦,为了能看到胜利的曙光,只能牺牲了生产环境了,同时也感谢我身边的小伙伴,你们才是我最大的动力!以下是window7环境下部署php7.0环境:(线上大规模部署要自己选择)

第一步:php7.0的源码下载(截至到2015.8.03)

更具操作系统下载相应的版本,不要忘记window下编译器,vc14

2.1 vc14下载地址:http://www.microsoft.com/en-us/download/details.aspx?id=48145

2.2php7程序下载地址:http://windows.php.net/qa/

第二部:解压下载的目录,并且配置php扩展目录(声明下,暂时不推荐.exe或者.msi程序)

扩展目录改成自己的php目录

php.ini配置项:


extension_dir = "D:/wamp/php7.0/ext"

开启常用扩展:

第三步,整合php7与apache2.4

主要更改下apache下的httpd.conf

LoadModule php7_module "D:/wamp/php7.0/php7apache2_4.dll"
AddType application/x-httpd-php .php .html .htm
PHPIniDir "D:/wamp/php7.0"

到现在为止php7就整合完成了,如果出现500错误或者服务器找不到url,那么就是apache的重写或者程序出现错误,如果有疑问,欢迎加入群:13768387

版权声明:本文为博主原创文章,未经博主允许不得转载。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn