> I am kind of curious if remarking out the calls to magic_quotes_gpc and
> ignore_user_abort are going to cause any serious problems.

JJ's right that not having the ignore_user_abort can cause problems under
high load.  I'll also add that magic_quotes_gpc being on will break stuff.
You may start seeing items with mysterious \' strings in them because
they're
getting escaped twice.  However, you don't need access to php3.ini to
turn magic quotes off.  You can do it with an Apache directive in an
.htaccess file.  Let me know if this isn't obvious and I'll post the
instructions
on how to do it.

Leon



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to