Can i install Multiple Wamp Servers in one system?
Posted by: mail2vels (---.90.165.122.airtelbroadband.in)
Date: April 18, 2013 09:36AM

Can i install Multiple Wamp server in one system (windows 7, 32 bit OS).

Currently i have installed Wamp server 2.0. Now i want to install latest Wamp Server 2.2E.

Is it possible? or i have install Xmapp to test latest php versions.

Thanks in advance.

Regards,
Velmurugan S.

Options: ReplyQuote
Re: Can i install Multiple Wamp Servers in one system?
Posted by: RiggsFolly (---.as13285.net)
Date: April 18, 2013 10:33AM

No you cannot ( and dont need to ) install 2 wamps on the same system.

XAMPP and WAMP wont run together either, well not without making changes to one or the other.

Remember wamp is just a delivery mechanism for apache, mysql and php plus some useful utility mechanisms.

One of these useful utility mechanisms is to allow more than one version of all of either Apache/mysql or php.

i.e. You can have more than one version of Apache or MySQL or PHP.

Left click wampmanager -> PHP -> version -> Get more


That will launch the wampserver homepage. Go to addons and select the php version you want, it will download and install the new version of php.
You then just switch between the 2 php versions.

You will probably have to do the same for a newer version of apache as well as the new Apache's and PHP's are now compiled with VC9 and the old versions were compiled with VC6 and Apache and php have to be compiled with the same compiler to run together.

Options: ReplyQuote
Re: Can i install Multiple Wamp Servers in one system?
Posted by: mail2vels (---.90.165.122.airtelbroadband.in)
Date: April 18, 2013 10:51AM

Hi RiggsFolly,

Thank you for your quick reply.

In the PHP addons have the 5.3.1 version of php. I have installed that addons and checked its not working when switch over the PHP Versions from the Wamp.

But i need to install latest php version 5.4.x in my system. i have installed Wamp Server 2.0. But we did not get latest php addons for that.

Now i want to install multiple PHP versions in wamp server, thats why i have plan to install latest wamp 2.2E.

Can you help to solve this issue.


Thanks in advance.

Velmurugan S.

Options: ReplyQuote
Re: Can i install Multiple Wamp Servers in one system?
Posted by: RiggsFolly (---.as13285.net)
Date: April 18, 2013 11:18AM

To install the latest 2.2e wamp this is what I would do:

Make proper individual mysql backups of your database(s) using phpMyAdmin or whatever mysql tools you prefer.
Backup your existing wamp directories just to be safe. ( copy all of c:\wamp somewhere safe ) just in case it all goes bad on you, you can copy these back and just install the apache and mysql services from the wampmanager menu.


Uninstall your old wamp properly via Control panel-> Programs and features, make sure you delete all the c:\wamp folders including subfolders after uninstalling.

Make sure you have latest the VC++ 2008 runtime installed
Make sure you have the latest VC++ 2010 runtime installed

Install the latest wamp 2.2e with php5.4.3
Make sure that runs properly before doing anything else.
Restore your site(s) and databases

Remember that your databases are held in the c:\wamp\bin\mysql\mysqlx.y.z\data folders so each new mysql you install will need to have the databases you backed up earlier restored to them, and users/passwords/privilages re-created.



Then download the additional PHP addon you may want
Then download the Apache addons you may need
Then download the MySQL addons you may want

Then switch to Apache xxx
Then switch to PHP xxx

Remember that when you switch php versions it has to copy files from the php version file to the apache file, so it is advisable to switch the apache first and the php afterwards.

Once you are happy that you have a working old configuration restore you databases from the backups you took. Add any mysql users/password you may need for your applications to work.
Now restore your application.
And hopefully Bob's your proverbial uncle.



Issues you may have:
They have changed the compiler used to compile Apache and PHP from MSVC6 to MSVC9. Apache and PHP have to be compiled with the same compiler so newer PHP's and Apache's wont necessarily run with older versions. So you may need to have older apache's to run older php's

Not all versions of PHP are available as addons, I have sent you a tutorial on how to manually install versions of PHP that are not available as addons.

Options: ReplyQuote
Re: Can i install Multiple Wamp Servers in one system?
Posted by: mail2vels (---.90.165.122.airtelbroadband.in)
Date: April 18, 2013 02:18PM

Hi,

Thank you for your reply.

I have received the tutorial "how to manually install PHP versions".

Will go-through and let you know.


Thanks & Regards,
Velmurugan S.

Options: ReplyQuote
Re: Can i install Multiple Wamp Servers in one system?
Posted by: bambata (2.226.186.---)
Date: April 20, 2013 10:45AM

Hi everyone,

Currently I have installed wamp2.2 x32 (PHP5.3.13 MSVC9 (Visual C++ 2008) x86, Apache2.2.22, Mysql5.5.24) in win7x64

I downloaded and installed the addons php5.3.1 and apache2.2.10.
These have been installed correctly in the bin\apache and bin\php wamp dirs.

How to switch to old versions?

Options: ReplyQuote
Re: Can i install Multiple Wamp Servers in one system?
Posted by: RiggsFolly (---.as13285.net)
Date: April 22, 2013 10:42AM

If you didnt switch to the new version then you are still on the old versions.


Use the wampmanager icon in the system tray to switch versions.

left clic wampmanager -> Apache -> Version -> ... select the version you want to run

Ditto for PHP

left clic wampmanager -> PHP -> Version -> ... select the version you want to run

Options: ReplyQuote
Re: Can i install Multiple Wamp Servers in one system?
Posted by: erm3nda (46.222.4.---)
Date: November 19, 2013 03:36AM

Awesome.

Never imagine that easy. I was into the wrong thing that "get more" was an simply announce to versions, not to get more php versions on it. Really need it.

Glad to read this smiling smiley

Options: ReplyQuote


Sorry, only registered users may post in this forum.