入门3:PHP环境开发搭建(windows)

一、环境需要

硬件环境(最低配置):

  双核CPU 8G内存

操作系统环境:

  Windows(64位)7+

  Mac OS X 10.10+

  Linux 64位(推荐Ubuntu 14 LTS)

/**拓展:Ubuntu版本已04结尾的是长期支持版,已10结尾的是测试版本**/

软件环境:

  XAMPP

  PhpStorm

  Firefox(或Chrome 不推荐使用IE或Safari) 

二、安装配置XAMPP

  推荐参考网址:http://jingyan.baidu.com/article/48a42057bda4d0a9242504b8.html

三、安装激活PhpStorm 

  推荐参考安装网址:http://jingyan.baidu.com/article/ce09321b7681012bfe858f7a.html

  推荐参考激活网址:http://jingyan.baidu.com/article/20095761cbef40cb0721b417.html

  PhpStorm 新建项目路径应该为 xampp\htdocs\

原文地址:https://www.cnblogs.com/glsqh/p/5596666.html