环境 虚拟机:VMWare10.0.1 build-1379776 操作系统:CentOS7 64位 HTTP Server:Apache(httpd) 步骤 PHP环境需要HTTP服务器支持,本文使用的HTTP服务器为Apache,您也可以选用现在比较流行的Nginx. Apache默认根目录查看位置/etc/httpd/conf/httpd.conf文件中查看DocumentRoot配置值 1.安装php yum install php php-devel 2.安装php常用扩展(可选,根据…