Re: [PHP] Best practice to set up register_globals

2006-03-17 Thread chris smith
On 3/18/06, Nicolas Verhaeghe <[EMAIL PROTECTED]> wrote: > > > > Curt Zirzow wrote: > > >On Thu, Mar 16, 2006 at 08:46:07PM -0700, Nicolas Verhaeghe wrote: > > > > > >>One of my clients has an os commerce install which requires > >>register_globals to be set to on, for some reason. > >> > >>It is s

RE: [PHP] Best practice to set up register_globals

2006-03-17 Thread Nicolas Verhaeghe
Curt Zirzow wrote: >On Thu, Mar 16, 2006 at 08:46:07PM -0700, Nicolas Verhaeghe wrote: > > >>One of my clients has an os commerce install which requires >>register_globals to be set to on, for some reason. >> >>It is set up to off in php.ini, as it should, but I'd like to know >>what the be

Re: [PHP] Best practice to set up register_globals

2006-03-17 Thread Chuck Anderson
Curt Zirzow wrote: On Thu, Mar 16, 2006 at 08:46:07PM -0700, Nicolas Verhaeghe wrote: One of my clients has an os commerce install which requires register_globals to be set to on, for some reason. It is set up to off in php.ini, as it should, but I'd like to know what the best fashion would

RE: [PHP] Best practice to set up register_globals

2006-03-17 Thread Nicolas Verhaeghe
Would this be set in the apache.conf file or the php.ini file? -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 9:19 PM To: php-general@lists.php.net Subject: Re: [PHP] Best practice to set up register_globals On Thu, Mar 16, 2006 at 08:46

Re: [PHP] Best practice to set up register_globals

2006-03-16 Thread Curt Zirzow
On Thu, Mar 16, 2006 at 08:46:07PM -0700, Nicolas Verhaeghe wrote: > One of my clients has an os commerce install which requires > register_globals to be set to on, for some reason. > > It is set up to off in php.ini, as it should, but I'd like to know what > the best fashion would be for me to se

Re: [PHP] Best practice to set up register_globals locally?

2006-03-16 Thread Chris
Nicolas Verhaeghe wrote: One of my clients has an os commerce install which requires register_globals to be set to on, for some reason. It is set up to off in php.ini, as it should, but I'd like to know what the best fashion would be for me to set it on locally for this domain only. If you nee