Home >Backend Development >PHP Tutorial > PHP入门:在Windows系统中高速搭建PHP开发环境

PHP入门:在Windows系统中高速搭建PHP开发环境

WBOY
WBOYOriginal
2016-06-13 12:30:19845browse

PHP入门:在Windows系统中快速搭建PHP开发环境

PHP入门:在Windows系统中快速搭建PHP开发环境

?

前言:上篇有写在Windows系统中分别搭建PHP开发环境,有人说这也太麻烦了,我只是一名PHP初学者,面对这么复杂的开发环境搭建,头都大了真是让我失去了学习PHP的动力。今天我就分享一个快速搭建开发环境的方法。

?

一、什么是AppServ?

? ? ? ?AppServ 是 PHP 网页架站工具组合包,作者将一些网络上免费的架站资源重新包装成单一的安装程序,以方便初学者快速完成架站,AppServ 所包含的软件有:Apache、Apache Monitor、PHP、MySQL、phpMyAdmin等。

? ? ? ?也就是说当你下载了这个软件后,只要点击下一步,再下一步,慢慢下一步安装就可以了,是不是非常简捷和方便了呢!

?

二、下载地址&安装方法

? ? ? ? 2.1、下载地址:http://www.appservnetwork.com/index.php?newlang=chinese,也可以直接下载:?http://prdownloads.sourceforge.net/appserv/appserv-win32-2.5.10.exe?download

? ? ? ?2.2、安装方法:双击软件根据提示自己安装

?

三、软件包所含软件版本

AppServ 2.5.10

  • Apache 2.2.8
  • PHP 5.2.6
  • MySQL 5.0.51b
  • phpMyAdmin-2.10.3

? ? ? ? 当然你也可以下载最新版

AppServ 2.6.0

  • Apache 2.2.8
  • PHP 6.0.0-dev
  • MySQL 6.0.4-alpha
  • phpMyAdmin-2.10.3

Download
Sourceforge.net :?http://prdownloads.sourceforge.net/appserv/appserv-win32-2.6.0.exe?download

?

温馨提示:安装集成的开发环境只适合于初学者学习时使用,最好不要用于真正的网络运营使用。

?

四、软件安装后的目录说明

4.1、Apache服务器

? ? ? ? 安装位置:c:\AppServ\Apache2.2

? ? ? ? 配置文件:c:\AppServ\Apache2.2\conf\httpd.conf

? ? ? ? 项目部署:c:\AppServ\www(可以直接把网页放这里,当然你要放到htdocs里面也是可以的。)

4.2、MySQL服务器

? ? ? ? 安装位置:c:\AppServ\MySQL

? ? ? ? 配置文件:c:\AppServ\MySQL\my.ini

? ? ? ? 数据文件存放位置:c:\AppServ\MySQL\data

4.3、PHP模块

? ? ? ? 安装位置:c:\AppServ\php5

? ? ? ? 配置文件:c:\WINDOWS\php.ini

4.4、phpMyAdmin数据库管理系统

? ? ? ? 安装位置:c:\AppServ\www\phpMyAdmin

? ? ? ? 配置文件:c:\AppServ\www\phpMyAdmin\config.inc.php

(完)

?

?

?

?

?

?

?

?

?

?

?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn