On Nov 29, 2007 3:41 PM, tedd <[EMAIL PROTECTED]> wrote:
> Hi gang:

    Hi, Tedd.

> PS: Side note -- will safe_mode ON cause problems with this?

    Negative.  I can't see any reason to even think so.  All safe_mode
does is check the UID/GID of the script to make sure it matches that
of the target file you're attempting to open.  Socket connections
don't count.

    In the next few years, it won't make a difference, since safe_mode
has been removed as of PHP 6.0.0.  I believe the only components of
that to remain will be the open_basedir (which I think moves from
PHP_INI_SYSTEM to PHP_INI_ALL) and the disable_* parts.  Don't quote
me on that, though, since I'm too lazy to go look it up right now. ;-P

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

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

Reply via email to