PHP环境搭建——Apache、Mysql、PHP单独安装(for Windows)

雨燕双飞 提交于 2020-01-25 21:04:30

提示:

  • 安装之前先要安装vcredist_x86.exe或vcredist_x64.exe(vc6,vc9,vc11等,和下面对应)。
  • 确保apache和php是用同样版本的编译器编译出来的,如果是vc9都要是vc9,如果是vc11都要是vc11,否则会出错的!
  • 安装apache的时候确保80端口没有被占用。

 

Apache
http://www.sitepoint.com/how-to-install-apache-on-windows/

PHP
http://www.sitepoint.com/how-to-install-php-on-windows/

mysql
http://www.sitepoint.com/how-to-install-mysql/

资源下载
http://www.apachelounge.com/download/additional/

http://windows.php.net/download/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!