Possible Duplicate:
Can I run PHP 5.3 and PHP 5.2 on the same server with Apache?

Is it possible to have multiple version of php working on the same lamp?Maybe using different ports?i'm thinking of having php. 5.2 when i call port 81 and php 5.3 an port 82.

Sorry if the question is stupid but i'm a newbie!

Edit - Sorry it's a dupe.Close it (i had checked before, anyway)

link|improve this question
feedback

closed as exact duplicate by splattne May 4 '11 at 17:46

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

The only way I know to do this would be to have two different apache instances running, each loading a different php module.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.