Two versions of PHP in the same machine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mv.gonzalez
Forum Newbie
Posts: 3
Joined: Wed Jan 05, 2011 3:31 am

Two versions of PHP in the same machine

Post by mv.gonzalez »

Hello,

I want two run at the same time two different versions of PHP in the same machine. I want to have PHP 5.1. and PHP 5.3, is there any possibility to do this?

Thanks in Advance.

Maria
Dodon
Forum Commoner
Posts: 64
Joined: Wed Aug 03, 2011 4:11 am
Location: Netherlands

Re: Two versions of PHP in the same machine

Post by Dodon »

I've got wamp server installed here with versions 5.3 and 5.2.6. If you download and install wamp you can download additional versions of PHP as well and switch between them really easy.

There might be other solutions, but I found this one quite easy to install and use :)
Post Reply