PDA

View Full Version : Does it run on PHP Version 4.2 or higher ?



nshahHome
May 29th, 2003, 04:00 PM
Hello,

My Server runs PHP Version 4.2.

I believe that there has been a change in the way PHP handles
the session variables in PHP V4.2 & higher.

I am having difficulty in getting the cart installed and running
under PHP V4.2.

Please advice.

Thanks,
Nitin

Jamie
May 29th, 2003, 04:24 PM
Hi Nitin,

Yes, it does run on PHP versions as high as 4.3.x. The main thing you need to ensure, however, is that "register_globals" is set to ON and "safe_mode" is set to OFF. Register globabls used to default to ON, but was changed in 4.2 to default to OFF. Many web hosts switch it back to ON to support scripts that do not support the OFF setting.

We are going to make changes to support the new default settings in the future.

Thanks,
Jamie

nshahHome
May 30th, 2003, 01:10 PM
You were right.

I reset the Global Register to on and it wrks like a charm.


Thanks,
Nitin.