[PHP] Local vs Master Configure values

2007-11-09 Thread tedd
Hi gang: I'm confronting a safe_mode problem and have a question. My PHP Info states that safe_mode is ON for local and OFF for master -- what does that mean? Does that mean I can turn it off for my scripts via something like: ini_set( 'safe_mode', '0' ); ??? It's not easy for me to test

Re: [PHP] Local vs Master Configure values

2007-11-09 Thread Nathan Nobbe
On Nov 9, 2007 4:24 PM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > I'm confronting a safe_mode problem and have a question. > > My PHP Info states that safe_mode is ON for local and OFF for master > -- what does that mean? > > Does that mean I can turn it off for my scripts via something like:

Re: [PHP] Local vs Master Configure values

2007-11-09 Thread Nathan Nobbe
On Nov 9, 2007 5:01 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Nov 9, 2007 4:24 PM, tedd <[EMAIL PROTECTED]> wrote: > > Hi gang: > > > > I'm confronting a safe_mode problem and have a question. > > > > My PHP Info states that safe_mode is ON for local and OFF for master > > -- what does that

Re: [PHP] Local vs Master Configure values

2007-11-09 Thread David Giragosian
On 11/9/07, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > On Nov 9, 2007 5:01 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > On Nov 9, 2007 4:24 PM, tedd <[EMAIL PROTECTED]> wrote: > > > Hi gang: > > > > > > I'm confronting a safe_mode problem and have a question. > > > > > > My PHP Info states that

Re: [PHP] Local vs Master Configure values

2007-11-09 Thread Nathan Nobbe
On 11/9/07, tedd <[EMAIL PROTECTED]> wrote: > > The only question that remains for me is what's the difference > between Local and Master Configure values in php_info? Why two? as i mentioned the local column is for overrides that can be specified in one of several locations: httpd.conf .htaccess

Re: [PHP] Local vs Master Configure values

2007-11-12 Thread tedd
At 6:38 PM -0600 11/9/07, David Giragosian wrote: On 11/9/07, Nathan Nobbe <[EMAIL PROTECTED]> wrote: On Nov 9, 2007 5:01 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Nov 9, 2007 4:24 PM, tedd <[EMAIL PROTECTED]> wrote: > > Hi gang: > > > > I'm confronting a safe_mode problem and have

Re: [PHP] Local vs Master Configure values

2007-11-12 Thread Chris
The only question that remains for me is what's the difference between Local and Master Configure values in php_info? Why two? The 'master' value is straight from php.ini or the httpd.conf settings (eg httpd.conf sets the open_basedir restrictions). The 'local' value is after .htaccess chan