[PHP] Re: upgrade problems

2002-10-12 Thread abw
Thanks Brad! Dead on! Unfortunately, after the upgrade, the old php.ini was not saved, so I couldn't compare what the former employee changed in there. I turned that option on, restarted apache, and it worked. Aaron This should be a FAQ! I would say it would point to register globals

Re: [PHP] Re: upgrade problems

2002-10-12 Thread Brad Bonkoski
No Problem... Of course it may be wise to set something up on a back-up/non-production type machine to not rely on that variable (register globals=on) as it is a security risk! Anyone can set variables via HTTP information that could cause some problems with your code. With the option off you