> -----Original Message----- > From: thundersim@xxxxxxxxx [mailto:thundersim@xxxxxxxxx] On Behalf > Of Simon Marchi > Sent: Sunday, November 07, 2010 8:45 AM > To: Andre Polykanine; php-general@xxxxxxxxxxxxx > Subject: Re: ignore_repeated_errors has no effect > > Hi, > > Just a precision, I don't want to modify the user's code, I would like to > configure my server properly so it does not happen again even if another > user makes a similar mistake. > > Thanks, > > Simon Simon, This I find next to impossible to achieve. As I figure it like this, imagine that your server is a perfectly fine tuned sports car. The driver (the user and his/her app) is an experienced, lack of racing training, or doesn't understand the concept of racing and decides to push the car to limit. I'd say that the car will break down or end up in a big crash 99.9% of the time. Thus, if wish you to maintain high availability as a provider, I strongly suggest you to inform the user to fix his/her app. As for changing that setting of ignore repeated errors, you're just letting buggy apps slide by, which can be both a stability and security issue, IMHO. Regards, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php