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

If you ever stop learning you may as well dig a hole, crawl in and pull the top over yourself.

Re: Incompatable PHP

http://www.rpmcenter.org/rpms.html

Its 4.3.3 but should fit.

Re: Incompatable PHP

Mairu,

Thanks for the link. We'll check it out.

Ed

If you ever stop learning you may as well dig a hole, crawl in and pull the top over yourself.

Re: Incompatable PHP

Mairu,

It worked!!! May you win the Powerball!!

Thanks again.
Ed

If you ever stop learning you may as well dig a hole, crawl in and pull the top over yourself.