Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58449 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70203 invoked from network); 2 Mar 2012 02:26:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 02:26:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:57522] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/1C-13741-ECF205F4 for ; Thu, 01 Mar 2012 21:26:22 -0500 Received: by iaeh11 with SMTP id h11so1866630iae.29 for ; Thu, 01 Mar 2012 18:26:20 -0800 (PST) Received-SPF: pass (google.com: domain of adam@adamharvey.name designates 10.50.37.236 as permitted sender) client-ip=10.50.37.236; Authentication-Results: mr.google.com; spf=pass (google.com: domain of adam@adamharvey.name designates 10.50.37.236 as permitted sender) smtp.mail=adam@adamharvey.name; dkim=pass header.i=adam@adamharvey.name Received: from mr.google.com ([10.50.37.236]) by 10.50.37.236 with SMTP id b12mr151623igk.36.1330655180299 (num_hops = 1); Thu, 01 Mar 2012 18:26:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=oyLwTNyPKR7RWUlnQD+DAmxPRxDGbfMjW966jvaVagw=; b=oqzAdrWg+aC8ky1uCP9dCcFp53rITg6adpIbtB3VG9W2q5Pl06vJdDwXD/Xc1N3sgS 3nrvSQO/X2TtEII/+xVgqLCms5fXqJe1+xHcKUwQf4Iy/5dzZWg7d458osiABbjzA85P Z7DiKOLClK93L7lBpyjf70Bk7+QYKDXuWlqDM= Received: by 10.50.37.236 with SMTP id b12mr127888igk.36.1330655180172; Thu, 01 Mar 2012 18:26:20 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.108.137 with HTTP; Thu, 1 Mar 2012 18:26:00 -0800 (PST) In-Reply-To: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> References: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> Date: Fri, 2 Mar 2012 10:26:00 +0800 X-Google-Sender-Auth: 6dY28EyAvwmtRrt9ZhKO1am3nM8 Message-ID: To: Philip Olson Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl1VVJDsR708KeAe4Ao/1w2lNNb4kiGjHysbE6GgD5qKhPVfHL7VEFgiL7PcwxACe7U+5xz Subject: Re: [PHP-DEV] get_magic_quotes_* != deprecated? From: aharvey@php.net (Adam Harvey) 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. > > I propose that we do not describe get_magic_quotes_* as deprecated, and that they > exist forever, and always return false. 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. Adam