In this thread, I am presenting solution to the error "PHP version not compatible with Apache version", and vice-versa "Apache version not compatible with PHP version" that you mat get after adding PHP 7.X.X and Apache 2.4.X files to the 'bin' folder
This is continuation of the thread [forum.wampserver.com] (How to update to Apache 2.4.X on WampServer).
I am using a Windows 7.
It is assumed that you have installed allow the required Windows Updates that are necessary.
Now, open the wampmanager.conf file and edit the following two lines:
phpVersion = "7.X.X" (7.X.X is whichever version you intend to use)
apacheVersion = "2.4.34"
It worked in my case.
Thank you WampServer!
This is continuation of the thread [forum.wampserver.com] (How to update to Apache 2.4.X on WampServer).
I am using a Windows 7.
It is assumed that you have installed allow the required Windows Updates that are necessary.
Now, open the wampmanager.conf file and edit the following two lines:
phpVersion = "7.X.X" (7.X.X is whichever version you intend to use)
apacheVersion = "2.4.34"
It worked in my case.
Thank you WampServer!