Home  >  Article  >  Backend Development  >  PHP: How to install multiple versions of PHP, mysql, apache_PHP tutorial under WampServer

PHP: How to install multiple versions of PHP, mysql, apache_PHP tutorial under WampServer

WBOY
WBOYOriginal
2016-07-13 10:36:42886browse

As a web developer, it is sometimes necessary to install different versions of php, apache and mysql on your machine.

Today, when I was debugging a PHP program, some functions used in the program could not be used in lower versions, so I had to build a higher version of PHP.

The following is a screenshot after I successfully configured it

Different versions of PHP:

Different versions of Apache:

Here I will use the installation of php5.3.10 as an example to explain

How to operate:

Left-click on the tray icon -> PHP -> Version -> Select Get more...-> After opening the web page, you can see the following screenshot:

Then, click PHP (red framed part)

I want to install PHP5.3.1 here. After finding the corresponding version and downloading it, I can install it by replacing it.

After the installation is completed, you will find an additional php5.3.10 directory under the wamp installation directory binphp directory.

Restart wamp, you can then

Left-click the tray icon -> PHP -> Version to switch between different php versions.

The installation methods of Apache and Mysql are similar


http://www.cnblogs.com/hongfei

Original address: http://www.cnblogs.com/hongfei/p/3582908.html

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/738505.htmlTechArticleAs a web developer, it is sometimes necessary to install different versions of php, apache and mysql on your machine. Today, when I was debugging a PHP program, some functions used in the program...
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