Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42574 invoked from network); 8 Dec 2008 17:10:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2008 17:10:40 -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:37702] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/5B-21579-F055D394 for ; Mon, 08 Dec 2008 12:10:40 -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 1L9jcr-0004j7-4U; Mon, 08 Dec 2008 17:10:31 +0000 Message-ID: <493D54FB.4060102@macvicar.net> Date: Mon, 08 Dec 2008 17:10:19 +0000 User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Steph Fox CC: Philip Olson , Hannes Magnusson , Pierre Joye , =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , PHP Internals List References: <1228751251.3429.18.camel@goldfinger.johannes.nop> <7f3ed2c30812080818x6a29709bgcfc894b2a225b9b6@mail.gmail.com> <6764B52F-3708-4EAD-98C0-57CDF09C3FA4@roshambo.org> <005a01c95958$0c528ae0$3ffc1f3e@foxbox> In-Reply-To: <005a01c95958$0c528ae0$3ffc1f3e@foxbox> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 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: Steph Fox wrote: > Hi Scott, > >>> Agreed, going from on by default to removed just feels odd. > >> I'd disable it by default in 5.3 and lets start throwing a strict >> error if the configuration enables it. > > Why do we have E_DEPRECATED if we're not going to use it? [...] 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) Steph Fox wrote: > Hi Scott, > >>> Agreed, going from on by default to removed just feels odd. > >> I'd disable it by default in 5.3 and lets start throwing a strict >> error if the configuration enables it. > > Why do we have E_DEPRECATED if we're not going to use it? That's the one I meant, no idea why I thought strict. Scott