Is there a way to run PHP 5.3 next PHP 5.4? I’d like it to run simultaneously under apache. I’d like to do that on Windows 7 (using Xampp) and on Ubuntu 12.04.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s possible to have multiple versions of PHP installed. With IIS it’s fairly easy to swap from one to the other, and it should be possible to do this in Apache as well. However I don’t know how one web-server could support multiple instances simultaneously.
Hopefully these links will be of some help:
How to setup multiple PHP versions on Apache
Running Multiple Apache Instances