I have a project that runs on Apache 2.2.21 and PHP 5.3.10. I installed the latest wampserver which have Apache 2.4.4 and PHP 5.4.16. How can I downgrade the version?

I also have a project that runs in the latest and not in the old version that's why I can't install the old version of wampserver. In my wampserver I installed the Apache and PHP which is old version. But after installing it and restarting my server. I can't run the Apache and PHP. If I start the version of Apache it says the PHP version is not compatible. And if I enable the PHP it says the Apache is not compatible with the version of Apache.

Can you give me an idea how to do it?

有帮助吗?

解决方案

left click wamp> php>version> get more>

select the version ytou want and download it.

install the exe.

left click wamp> php> version> php xxx.x

UPDATE: I have further investigated: to switch between that 2 version seems not that simple... please check this guide, it has very detailed information

and this maybe also help

enter image description here

其他提示

Just go to wamp home page. At the bottom of the page you'll find links (big yellow buttons, you can't miss them) towards apache and PHP addons. Install some of them and you'll be able to be between several versions of apache and PHP from wamp's menu.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top