So i have a system that currently is running php 5.3.8 as suphp. Have a long time client on that system that found out recently his outdated cart requires php 5.2.x until it can be upgraded. Im wanting to setup php 5.2.x for him to use a couple months until he can get his update scheduled, etc. I was give some general advice from a friend:
Any help and especially detailed instructions would be sincerely appreciated. Im only a one man shop and i have another large project that is due in the next 36 hours, so have to concentrate on that, but I would like to be able to get this other client with the php issue back to a fully functional site as soon as possible, thus my call out for help. Thanks!
I honestly havent compiled php from scratch, at least not in this type of environment. Ive got the source downloaded from php.net and extracted into the correct folder. Is there an easy way for me to figure out whats configured with php 5.3.8 so that the same options (obviously stuff thats still compatible with 5.2.x) can be used to configure php 5.2.17? Also, what do i need to do so that i can setup this php version to be the default php handler just for him?compile a new version of php with a prefix such as /usr/local/php52
add a line to /opt/suphp/etc/suphp.conf and add handlers in /etc/httpd/conf/php.conf
Any help and especially detailed instructions would be sincerely appreciated. Im only a one man shop and i have another large project that is due in the next 36 hours, so have to concentrate on that, but I would like to be able to get this other client with the php issue back to a fully functional site as soon as possible, thus my call out for help. Thanks!