Build PHP Runtime Environment tool with one click
1.APMServ
http://apmserv.s135.com/
Domestic research and development, powerful, simple operation, no need to install, just a little mouse, you can in their own computer fool automatically build a perfect PHP Web server.
2.PHPnow
http://www.phpnow.org/
Domestic research and development, set of sets, green free, easy to install, can quickly build a virtual host to support the PHP environment.
3.easy2php
Official website has expired, download address please search by yourself (recommended: http://www.greendown.cn/soft/8254.html)
Domestic research and development, Windows Apache+php+mysql+zend+phpmyadmin Green Environment Suite, free installation, a few seconds to build your own Web server.
4.PHPStudy
Official website has been deleted, download the address please search by yourself (recommended: http://download.pchome.net/development/sever/php/detail-40373.html)
Domestic research and development, set the latest version of the package in one, only one-time installation, but no configuration can be used freely, convenient and convenient.
5.ComsenzEXP
Http://www.comsenz.com/downloads/install/exp
Domestic research and development, is Hong Sing to develop a set of Community product integration Experience installation package, Comsenzexp include: discuz! (forum), Supesite (CMS), Ucenter (User Center), Ucenter Home (SNS community).
6.dedeampz-php Environmental Integration Kit
Http://www.dedecms.com/html/chanpinxiazai/20080905/39481.html
Domestic research and development, the direct integration of PHP+APACHE+MYSQL server environment management software, operation is very stupid, suitable for junior high-level webmaster use. The package is equipped with DEDECMS, which is easy to install and supports switching between PHP4 and PHP5. You can also debug other PHP programs, just put them in the Wwwroot directory.
7.Xampp
Http://www.apachefriends.org/zh_cn/index.html
Germany developed a good free software compiled version, currently a total of 4 versions, XAMMPP Lite is a special lite version. You just download and unzip xampp to complete the installation, and you don't have to make any changes to the Windows registry, and you don't need to edit any profiles, except when you use XAMPP's Windows installation package. Have a relatively strong local testing platform, although the panel is in English, but clearly understandable. The advantage of registering as a system service is that the power-on can run automatically, but it consumes certain system resources, how to choose the user to decide. After the installation is successful and the service is successfully started, you can open the browser to enter http://localhost/and try to succeed. In the XAMPP page options, there are Chinese support, as if many people are using XAMPP.
8.WampServer
http://www.wampserver.com/
English version, Apache+php+mysql Server Software under Windows. PHP extension, Apache module, turn on/off the mouse point is done, no longer need to personally modify the configuration file, Wampserver all for you to fix. The official website does not have Chinese, but the program supports Chinese. It can switch between online and offline status, and the options in the text language items are also available in Simplified Chinese, very good.
9.AppServ
http://www.appservnetwork.com/
Thailand research and Development, some network of free station resources repackaged into a single installation program, is a PHP Web site tool combination package, convenient for PHP beginners to quickly complete the rack station.
Manual installation of the PHP Runtime environment method
In general, the PHP operating environment requires the following components to be installed:
1.Apache (Apache) Web server Software;
2.MySQL (Small-scale relational database management system);
3.PHP (PHP language compilation environment);
4:phpmyadmin (management of MySQL);
5.Zend (improves PHP execution speed).
Install PHP FAQs
If some of these PHP-related services do not start, please note that the 80 port in your machine is occupied, check whether the 80 port is occupied method: Open cmd (Start-run-enter CMD after carriage return), input netstat- Ano can clearly see the local 80-port occupancy program PID.
The above introduces 9 a key to quickly build PHP running environment of good tools, including aspects of the content, I hope that the PHP tutorial interested in a friend helpful.