How can I setup multiple PHPs in linux? How do use a version depending on the project I'm working on?
I had to ask because I'm still using PHP 5.2.* and I'd like to test if migrating my projects to PHP 5.3 would not introduce problems without messing with my current PHP version.
I'm using Fedora 10/11.
Edit Another reason for having 2 versions at the same time is that one project should be done in PHP 5.2.* while the other is on PHP 5.3. Both being developed at the same time.
Virtual Machine is not an option since I have a limited hard disk space.