Date: 07/08/07 (PHP Community) Keywords: php, linux I have a production machine running 'Red Hat Enterprise Linux ES release 3 ', never mind that I am pretty certain Red hat has moved onto a generation release of 4-5, I need to install php5 onto this machine without threatening the php4 installation already in place. From past experience, I know php isn't that simple to compile (ex. ./configure && make && make install ) so I was wondering if anyone knows of a howto to walk me through the configure/compilation part and explicity make sure php5 doesn't touch the working php4.
|