Home  >  Article  >  Backend Development  >  What are the PHP operating environment packages?

What are the PHP operating environment packages?

(*-*)浩
(*-*)浩Original
2019-10-08 11:43:347380browse

Environment suite: 1. Package; 4. EasyPHP and so on.

What are the PHP operating environment packages?

The operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer

When learning php, we cannot use the php environment It takes a long time to install, which is not worth the gain; there is no need to spend hundreds to purchase php space. At this time, we need to install the PHP environment package on our computer. So what are the commonly used PHP environment packages?

php running environment suite

XAMPP

XAMPP (Apache MySQL PHP PERL) is a powerful website building integration software Bag. The original name of this package was LAMPP, but to avoid misunderstanding, the latest versions were renamed XAMPP. It can be installed and used under various operating systems such as Windows, Linux, Solaris, Mac OS X, etc., and supports multiple languages: English, Simplified Chinese, Traditional Chinese, Korean, Russian, Japanese, etc.

Many people realize through their own experience that installing an Apache server is not an easy task. If you want to add MySQL, PHP, and Perl, it's even harder. XAMPP is an easy-to-install Apache distribution that includes MySQL, PHP, and Perl. XAMPP is really easy to install and use: just download, unzip, and launch.

WampServer

WampServer is an integrated software package of Apache web server, PHP interpreter and MySQL database developed by the French. This eliminates the need for developers to spend time on tedious environment configuration processes, freeing up more energy for development.

WampServer is the Windows Apache Mysql PHP integrated installation environment, which is the server software for apache, php and mysql under the Windows operating system.

PHPNow

PHPNow is really simple, so simple that the installation program is a self-extracting program made with RAR.

There is no shortcut after release. You must find the folder where the file is stored and then run the Init.cmd program to initialize it.

During the initialization process, you are prompted to set a password. Because it is in the CMD command line, only one password input is designed, and there is no password confirmation item, so please be careful when setting it and don't forget it. It also registers Apache and MySql as services and starts automatically at boot.

PHPStudy

PHPStudy is different. It contains IIS PHP and Apache PHP. The recommended software setting is the latter. There is also an icon in the task tray, and you can open the panel to see the service running status, which is also very simple.

EasyPHP

EasyPHP software is as its name suggests, it is really EASY! Install NEXT all the way, but Apache and MySql will not be loaded as services, so they must be started manually every time they are used. The software also comes with a simple control panel, and there’s not much else to say.

AppServ

During the installation process, AppServ prompts you to change the default port 80 to the service port, which can avoid conflicts caused by port sharing.

There is a password setting prompt, but it is much better than PHPNow. The software can also set the character set, and the default is UTF-8. Although the software does not have a control panel, shortcuts are added to the start menu for all operations, which is of course very convenient to use. The software also comes with a MySql command line terminal.

There are many php environment packages for building a php environment locally. No matter which one, it is best to use it yourself.

(Recommended learning: PHP video tutorial)

The above is the detailed content of What are the PHP operating environment packages?. For more information, please follow other related articles on the PHP Chinese website!

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