Re: [PHP] Join question
- From: parasane@xxxxxxxxx ("Daniel Brown")
- Date: Thu, 29 Nov 2007 16:02:15 -0500
On Nov 29, 2007 3:41 PM, tedd <tedd@xxxxxxxxxxxx> 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.
.
- Prev by Date: Re: [PHP] Join question
- Next by Date: Re: [PHP] Join question
- Previous by thread: Re: [PHP] Join question [solved]
- Next by thread: parsing text for special characters
- Index(es):
Relevant Pages
|