Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58445 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58830 invoked from network); 2 Mar 2012 01:56:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 01:56:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; 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:38385] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/99-13741-0D8205F4 for ; Thu, 01 Mar 2012 20:56:32 -0500 Received: by dang27 with SMTP id g27so1710652dan.29 for ; Thu, 01 Mar 2012 17:56:29 -0800 (PST) Received-SPF: pass (google.com: domain of philip@roshambo.org designates 10.68.130.1 as permitted sender) client-ip=10.68.130.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of philip@roshambo.org designates 10.68.130.1 as permitted sender) smtp.mail=philip@roshambo.org Received: from mr.google.com ([10.68.130.1]) by 10.68.130.1 with SMTP id oa1mr991716pbb.118.1330653389486 (num_hops = 1); Thu, 01 Mar 2012 17:56:29 -0800 (PST) Received: by 10.68.130.1 with SMTP id oa1mr819901pbb.118.1330653389440; Thu, 01 Mar 2012 17:56:29 -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 i1sm3546825pbj.70.2012.03.01.17.56.27 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 17:56:28 -0800 (PST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 1 Mar 2012 17:56:26 -0800 Message-ID: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> To: internals@lists.php.net Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQl+SKaQ0CXqnpVi11n1pJ0qGhunRBLUkkTjVT6y19Us+cBkUBbvpgvNtoHfzkdsi0T7h86i Subject: get_magic_quotes_* != deprecated? From: philip@roshambo.org (Philip Olson) Hello! Please clarify whether or not get_magic_quotes_gpc() and = get_magic_quotes_runtime()=20 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. I propose that we do not describe get_magic_quotes_* as deprecated, and = that they exist forever, and always return false. Regards, Philip=