Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42172 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51252 invoked from network); 8 Dec 2008 17:38:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2008 17:38:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 193.227.246.108 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 193.227.246.108 ip246-108-v193.static.x-ip.net Received: from [193.227.246.108] ([193.227.246.108:33250] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/0D-21579-68B5D394 for ; Mon, 08 Dec 2008 12:38:15 -0500 Received: from office.vbulletin.com ([217.155.246.60] helo=[10.0.0.116]) by lovelace.midden.org.uk with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1L9k3X-00057i-Bo; Mon, 08 Dec 2008 17:38:05 +0000 Message-ID: <493D5B70.80701@macvicar.net> Date: Mon, 08 Dec 2008 17:37:52 +0000 User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Pierre Joye CC: Philip Olson , Hannes Magnusson , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP Internals List References: <1228751251.3429.18.camel@goldfinger.johannes.nop> <7f3ed2c30812080818x6a29709bgcfc894b2a225b9b6@mail.gmail.com> <6764B52F-3708-4EAD-98C0-57CDF09C3FA4@roshambo.org> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 X-Spam_Report: Spam detection software, running on the system "lovelace.midden.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Pierre Joye wrote: > hi, > > On Mon, Dec 8, 2008 at 5:53 PM, Scott MacVicar wrote: > >> I'd disable it by default in 5.3 and lets start throwing a strict error if >> the configuration enables it. > > A fatal error could be more effective. And the message can make the > reason behind the error very clear. [...] Content analysis details: (-4.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.1 AWL AWL: From: address is in the auto white-list Subject: Re: [PHP-DEV] About dropping magic_quotes in 5.3 (was: Re: [PHP-DEV] Re: PHP 5.2.7 + magic_quotes_gpc broken) From: scott@macvicar.net (Scott MacVicar) Pierre Joye wrote: > hi, > > On Mon, Dec 8, 2008 at 5:53 PM, Scott MacVicar wrote: > >> I'd disable it by default in 5.3 and lets start throwing a strict error if >> the configuration enables it. > > A fatal error could be more effective. And the message can make the > reason behind the error very clear. If it's gone in php6 then imho it should be throwing a deprecated error already. > > By the way and for the record here, they (magic quotes, register > global and safe mode) are already removed in php6. > > Cheers, Scott