Sonjay
Sonjay

Reputation: 11

How to install different version of PHP (7 & 5.6) on Local WAMP server

Currently I have installed PHP 5.6 on my Local windows 7 machine (x64). I have Manually installed PHP, Apache (2.4), MySQL and configured them to build my development server.

Now, I want to learn and test PHP 7, therefore I wanted to install it from http://windows.php.net/qa/ and configure it in such a way so that I can easily switch between PHP 5.6 and 7.

Unfortunately, I couldn't find any clear information regarding this.

I am seeking help to setup my development environment, so that I can use multiple version of PHP including the latest PHP 7 RC.

Upvotes: 1

Views: 6029

Answers (1)

Abdulla Nilam
Abdulla Nilam

Reputation: 38584

There are few option to do this

  1. Install wamp on your drive and keep another one as Protable
  2. Use two different servers. wamp and XAMPP(Note xampp still not upgrade to php-7 / 2015-10-13)

Upvotes: 0

Related Questions