Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73930 invoked from network); 2 Mar 2012 02:44:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 02:44:25 -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 209.85.210.42 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:61715] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/EC-13741-904305F4 for ; Thu, 01 Mar 2012 21:44:25 -0500 Received: by dang27 with SMTP id g27so1755125dan.29 for ; Thu, 01 Mar 2012 18:44:22 -0800 (PST) Received-SPF: pass (google.com: domain of philip@roshambo.org designates 10.68.220.168 as permitted sender) client-ip=10.68.220.168; Authentication-Results: mr.google.com; spf=pass (google.com: domain of philip@roshambo.org designates 10.68.220.168 as permitted sender) smtp.mail=philip@roshambo.org Received: from mr.google.com ([10.68.220.168]) by 10.68.220.168 with SMTP id px8mr10125658pbc.123.1330656262835 (num_hops = 1); Thu, 01 Mar 2012 18:44:22 -0800 (PST) Received: by 10.68.220.168 with SMTP id px8mr8366528pbc.123.1330656262769; Thu, 01 Mar 2012 18:44:22 -0800 (PST) Received: from [192.168.2.100] (c-71-56-134-232.hsd1.wa.comcast.net. [71.56.134.232]) by mx.google.com with ESMTPS id s10sm3685480pbq.13.2012.03.01.18.44.22 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 18:44:22 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Thu, 1 Mar 2012 18:44:21 -0800 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <5215970D-E317-4DE9-B1D1-19119BDB12E8@roshambo.org> References: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> To: Adam Harvey X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQkiHKc/UH8OxWl1rUi1NoaXG4JtpVMGVNg1ilr9od+jJK+7HiuOWfJ9g4xqTfzJeUzCE2L7 Subject: Re: [PHP-DEV] get_magic_quotes_* != deprecated? From: philip@roshambo.org (Philip Olson) On Mar 1, 2012, at 6:26 PM, Adam Harvey wrote: > On 2 March 2012 09:56, Philip Olson wrote: >> Please clarify whether or not get_magic_quotes_gpc() and = get_magic_quotes_runtime() >> are deprecated, because I do not think they are. Deprecated means = people should not >> use them while writing new code, but they are perfectly sensible = functions. >>=20 >> I propose that we do not describe get_magic_quotes_* as deprecated, = and that they >> exist forever, and always return false. >=20 > As I said on IRC, I'm pretty sure that's what was agreed on in the > end, and it's definitely what was implemented. The UPGRADING file lists them as being deprecated, which I'm assuming=20 (but wanted to make sure) is a mistake (typo). And I think that some=20 people feel they should be softly deprecated (doc only) but I disagree. Regards, Philip