In the previous article, the php Tutorial downloads the php Tutorial to build the php environment & amp; nbsp; in win7. This php setup method is troublesome and has a slight error, the php environment fails to be matched. if you do not know where the error is, the integration environment will be much better. click next and you will be OK.
The previous article mentioned in the php Tutorial downloadPhp Tutorial Download: php environment setup in win7This php build method is very troublesome. if there is a slight error, the php environment will fail to match. if you do not know where the error is, the integration environment will be much better. click next and you will be OK, without any configuration, I often use the integrated environment (wampserver ).
This issuePhp Tutorial downloadThree excellent php integration environments are recommended. In fact, these integration software is also part 1.Php Tutorial downloadThe following components (Apache, Mysql, PHP, and PHPmyadmin) are described in the article. common integration environments include:
AAWServer 4.0
AppServ 2.6.0
E2php V12.20
Easy2php5 build 2
EasyDev v1.0 M3
EasyPHP 3.0
ESSamp 1.1.0.0
PHPnow V1.5.1
PhpStudy 1.75
VertrigoServ V2.21
WampServer 2.0g
XAMPP 1.7.1 Beta 3
The following models are not used much:
Pjw.rv 3.1
APMServ 5.2.6
Active php Environment Manager 2.0
Smart Apache V1.3.3
Wnmp 1.0.1
Windows + Nginx + PHP + MySQL + Zend integrated environment installation package
DedeAMPZForServer (customized for Dede)
LazyCMS-apmxe (customized for LazyCMS)
Pc_webserver 2008 (customized for PHPCMS)
Today, we mainly talk about several integrated software packages, namely wampserver, phpnow, and appserv. of course we are talking about what I think is useful on the windows platform, so we recommend it!
1. WampServer
Http://www.wampserver.com/en/
The latest version is WampServer 2.2d, and WampServer will help you with everything. you no longer need to worry about apache, mysql, php, and phpmyadmin configuration issues. when the installation is complete and starts, a small icon appears in the lower right corner of the computer screen. red indicates an exception, and yellow indicates an exception. In addition, you can easily switch between online and offline statuses!
Note that:
(1) the initial root password is empty. the setting method is as follows:
Open the config. inc. php file in the phpmyadmin directory and find the following line:
$ Cfg ['servers'] [$ I] ['password'] = ''; simply add a password.
(2) enable short tag
Left-click the wampserver icon, find php. ini, open short_open_tag = Off, and change Off to On.
(3) modify the www Directory
Left-click "www directory" path change
Open wamp \ scripts \ config. inc. php
Row 3, $ wwwDir = $ c_installDir. '/www ';
Modify it to $ wwwDir = 'd:/site. However, the default Apache root directory has not been changed yet! Continue to see the following
Modify the default Apache root directory
Open wamp \ bin \ apache \ apache2.2.11 \ conf \ httpd. conf, and modify the values in double quotation marks after DocumentRoot for what you want.
For example, set DocumentRoot "D:/wamp/www /"
Change to DocumentRoot "D:/site /"
At the same time
Change
2. PHPNOW
Official: http://phpnow.org/
This software is a free and green Apache + PHP + MySQL environment package under Win32. after downloading the software package, decompress the package and automatically initialize the package. double-click PnCp in the installation directory. cmd can set the www address and root information, which is very convenient. OK, you can start your php coding career, what dz, phpcms, dedecms is installed successfully instantly...
3. AppServ
Official: http://www.appservnetwork.com/
The latest version is:
AppServ 2.5.10, the components used are:
- Apache 2.2.8
- PHP 5.2.6
- MySQL 5.0.51b
- PhpMyAdmin-2.10.3
This software is better than PHPNOW. you can set the character set (UTF-8 by default) and bring your own mysql terminal. for the root password modification, go to http: // localhost/phpMyAdmin /, select "permission" to change the password !! Open apache/conf/httpd. confDocumentRoot "and find C:/AppServ/www. you can set the website root directory!
So many, there is always a suitable one for you! After the installation, you can start coding. in the future, I will provide php instance tutorials for you in the php Tutorial download section.