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: > > ini_set( 'safe_mode', '0' ); ??? > > It's not easy for me to test and that's why I'm asking.
see the manual for a description of where php.ini directives can be overridden. http://us.php.net/manual/en/ini.php safe_mode can only be set in php.ini or httpd.conf -nathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php