Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37760 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37837 invoked from network); 20 May 2008 21:00:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 21:00:42 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 207.210.105.50 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 207.210.105.50 analucia.asmallorange.com Received: from [207.210.105.50] ([207.210.105.50:37317] helo=analucia.asmallorange.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/38-28995-AFB33384 for ; Tue, 20 May 2008 17:00:42 -0400 Received: from c-67-183-226-207.hsd1.wa.comcast.net ([67.183.226.207]:52862 helo=[192.168.0.135]) by analucia.asmallorange.com with esmtpa (Exim 4.68) (envelope-from ) id 1JyYws-0006c9-2c; Tue, 20 May 2008 17:00:42 -0400 Cc: "PHP internals" Message-ID: <2A18662D-06D5-449B-9A55-864E8D091155@roshambo.org> To: Pierre Joye In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 20 May 2008 14:00:34 -0700 References: <5B2E59A9-BC46-447F-BEBC-C4149866A802@roshambo.org> X-Mailer: Apple Mail (2.919.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - analucia.asmallorange.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roshambo.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] magic quotes finale From: philip@roshambo.org (Philip Olson) On 20 May 2008, at 13:53, Pierre Joye wrote: > hi Philip, > > On Tue, May 20, 2008 at 9:55 PM, Philip Olson > wrote: >> Hello everyone- >> >> PHP 5.3 is approaching fast, so let's conclude our dealings with >> magical >> quotes... this should be the last time. Please have a look at the >> following >> RFC and discuss it within this thread. >> >> Magic Quotes in PHP 5.3 and beyond >> - http://wiki.php.net/rfc/magicquotes >> >> It recommends changes to both 5_3 and 6_0 branches, namely, removing >> E_DEPRECATED from the get_ magical quote functions. Silence means >> you're >> okay with the RFC being implemented. > > We already agreed on restoring them in HEAD but with a warning > (instead of the fatal error introduced by the removals). We still > leave the E_DEPRECATED in 5.3 as it is actually deprecated. I disagree that we agreed on this, as our last discussion was murky at best. Getting and setting are totally different and should be clarified as such... the RFC does this. Regards, Philip