I am fairly new to working with RHEL and I was wondering if it was possible to have an httpd24 instanced installed as a software collection
httpd24.x86_64 1.1-18.el6 @rhel-x86_64-server-6-rhscl-1
work with a PHP version other than the one included in the collection (7.0.10). Due to some incompatibilities with MySQL 8.0 I am seeing the need to update to 7.2.0 (https://bugs.php.net/bug.php?id=74461). I've tried installing it and linking the .so file it places in the httpd 2.2 system package into the httpd24 modules folder. However, I quickly found out that due to some interface differences between httpd 2.2 and httpd 2.4, the PHP install was incompatible.
I'm trying not to make things messy on the server as I am not the only one that uses it and some maintenance is actually performed by other people. Is there a straightforward way to make this happen?