Topic: Incompatable PHP
Hi All,
I have been developing an online payment system using a test server that is suppposed to be identical to our web server.
Guess what! NOT.
The production server turns out to have PHP 4.1.x installed and the first thing I encounter is an undefined function is_a() in the xajax code. is_a() didn't come along until PHP4.2.x...
Our server is running Redhat 8 and is about 5 years old. There seems to be a great fear of touching it...
We imaged it onto another test box and are trying to make it right. There do not seem to be any PHP5 rpms for RH8 so we are thnging about just trying to upgrade to PHP4.2.
Anyone know where we can find the 4.2 rpm for Redhat8?
Thanks in advance,
Ed