PHP Getting started: how to quickly build a PHP development environment in Windows? This article was written in the Windows system to build the PHP development environment. some people say this is too troublesome. I am just a beginner of PHP. in the face of such a complicated development environment, I have lost the motivation to learn PHP. Today I will share a quick way to build a development environment .? 1. what is AppSe PHP? Getting started: quickly build a PHP development environment in Windows
PHP entry: in WindowsFastBuild a PHP development environment
?
This article was written in the Windows system to build the PHP development environment. some people say this is too troublesome. I am just a beginner of PHP. in the face of such a complicated development environment, I have lost the motivation to learn PHP. Today I will share a quick way to build a development environment.
?
1. what is AppServ?
? ? ? ? AppServ is a PHP web site shelving tool package. The author repacks free site shelving resources on the network into a single installation program to help beginners quickly complete the site shelving, appServ includes the following software: Apache, Apache Monitor, PHP, MySQL, and phpMyAdmin.
? ? ? ? That is to say, after you download the software, you just need to click next, and then next, and then install the software slowly. is it very convenient and convenient!
?
II. & installation method
? ? ? ? 2.1,: http://www.appservnetwork.com/index.php? Newlang = chinese. you can also download :? Http://prdownloads.sourceforge.net/appserv/appserv-win32-2.5.10.exe? Download
? ? ? ? 2.2 installation method: Double-click the software and install it as prompted.
?
3. software version included in the software package
AppServ 2.5.10
- Apache 2.2.8
- PHP 5.2.6
- MySQL 5.0.51b
- PhpMyAdmin-2.10.3
? ? ? ? You can also download the latest version.
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
?
Tip: installing an integrated development environment is only suitable for beginners to learn. it is best not to use it for real network operations.
?
IV. description of directories after software installation
4.1. Apache server
? ? ? ? Installation Path: c: \ AppServ \ Apache2.2
? ? ? ? Configuration File: c: \ AppServ \ Apache2.2 \ conf \ httpd. conf
? ? ? ? Project deployment: c: \ AppServ \ www (you can directly put the webpage here, of course, you can also put it in htdocs .)
4.2 MySQL server
? ? ? ? Installation Path: c: \ AppServ \ MySQL
? ? ? ? Configuration File: c: \ AppServ \ MySQL \ my. ini
? ? ? ? Data File storage location: c: \ AppServ \ MySQL \ data
4.3. PHP module
? ? ? ? Installation Path: c: \ AppServ \ php5
? ? ? ? Configuration File: c: \ WINDOWS \ php. ini
4.4 phpMyAdmin database management system
? ? ? ? Installation Path: c: \ AppServ \ www \ phpMyAdmin
? ? ? ? Configuration File: c: \ AppServ \ www \ phpMyAdmin \ config. inc. php
(End)
?
?
?
?
?
?
?
?
?
?
?