I'm using Webtactic's PHP 5.6.9 src rpm to build a Software Collection version of PHP that I can use with Apache 2.4 on Centos 6.6.
Andy Thompson has already written all the SCL RPM macros into the spec file making this task quite straight forward.
However my understanding is SCL applications are intended to reside in their own directory structure with separate init scripts et al. To use an SCL apaplication one adjusts ones path with the enable script supplied with the SCL application.
But this means libphp569-php5.so is stored in /opt/rh/php569/.... not in /opt/rh/https24/....
What is the preferred way to setup SCL so that Apache 2.4 can use PHP 5.6.9?