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 mean?

o i forgot about this part.  the global column depicts values in php.ini.
the local column indicates the value has been overridden in one of the various
allowed locations.
i.e.
httpd.conf
.htaccess
ini_set()

if its on for local and off for master; most likely it is being
enabled in http.conf
or a .htaccess file.  at least thats what i would imagine based on the locations
that are allowed to override it as stated in the manual.

-nathan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to