Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54043 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1571 invoked from network); 18 Jul 2011 16:07:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2011 16:07:22 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Mon, 18 Jul 2011 12:07:20 -0400 Received: from [217.114.211.68] ([217.114.211.68:19790] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/FC-08769-83A542E4 for ; Mon, 18 Jul 2011 12:07:20 -0400 To: internals@lists.php.net References: <20110718143939.GB23368@panix.com> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: [PHP-DEV] [RFC] Magic Quotes in PHP, the Finalle From: dsp@php.net (David Soria Parra) On 2011-07-18, Keloran wrote: > --20cf307c9ff207e6fd04a859d2f6 > Content-Type: text/plain; charset=ISO-8859-1 > > personally I'm of the opinion that even 5.4 should actually cause a fatal > error, but I know this not going to happen > > 5.4 throw an E_DEPRECATED, but with this being rolled into E_ALL, it still > might get ignored > 5.4.1 set default to off > 5.4.4 throw an E_WARNING or E_FATAL if turned on Changing behaviors like that in patch versions is not a good idea as it would certanly break applications which is unacceptable for "patch" release. Within PHP 5.4.x we should not changes default settings