Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58465 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23942 invoked from network); 2 Mar 2012 09:37:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 09:37:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-tul01m020-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:49742] helo=mail-tul01m020-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/E8-11220-EC4905F4 for ; Fri, 02 Mar 2012 04:37:18 -0500 Received: by obbwd1 with SMTP id wd1so1916094obb.29 for ; Fri, 02 Mar 2012 01:37:15 -0800 (PST) Received-SPF: pass (google.com: domain of petercowburn@gmail.com designates 10.60.1.3 as permitted sender) client-ip=10.60.1.3; Authentication-Results: mr.google.com; spf=pass (google.com: domain of petercowburn@gmail.com designates 10.60.1.3 as permitted sender) smtp.mail=petercowburn@gmail.com; dkim=pass header.i=petercowburn@gmail.com Received: from mr.google.com ([10.60.1.3]) by 10.60.1.3 with SMTP id 3mr3976319oei.73.1330681035805 (num_hops = 1); Fri, 02 Mar 2012 01:37:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=C7ckE9G0l9OfE2NoVGa5YSev9NpWv5HKeySfJuY9q3s=; b=uXgsPYfWDr5CeM3HIbda51e5W0oeABVjsCobJkNDBXoKVg1fyk2o9GibcM41o4IqA+ 52apgYfSp97vA8ecovhb+4uXfrAHy/6S6Q+RS68B0fytu6QXPNAkmxoGdB+xEFOzWAB0 ujLcdicDhXuJyHYdcLuGHKZi7WytPUDbBCo8h9WRnbfBd89robLA85K0miTvU8nuVgB3 U/KLk8pbjg8meX+qcHkPp+/lc5wRQ1cZkdlEOI7KUIvDTJdAYTtem74vDU+35YXGf0lM YRB3jvqwxrfNY630eYB4pte7xdNWQOrYVdhnwdlaJEMCkmurJtLI9bCupi3yBAGSc1gC TnqA== Received: by 10.60.1.3 with SMTP id 3mr3362412oei.73.1330681035529; Fri, 02 Mar 2012 01:37:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.75.35 with HTTP; Fri, 2 Mar 2012 01:36:35 -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 09:36:35 +0000 Message-ID: To: Philip Olson Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8fb1fa566e9e2604ba3f52cd Subject: Re: [PHP-DEV] get_magic_quotes_* != deprecated? From: petercowburn@gmail.com (Peter Cowburn) --e89a8fb1fa566e9e2604ba3f52cd Content-Type: text/plain; charset=ISO-8859-1 On 2 March 2012 01:56, Philip Olson wrote: > Hello! > > 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. > They were, for a short time, marked as deprecated in the source. Bug #55371 was raised and they were changed back to not being deprecated. So going by the source and surrounding bugs and discussions, they're not deprecated. > > I propose that we do not describe get_magic_quotes_* as deprecated, and > that they > exist forever, and always return false. > +1 > > Regards, > Philip > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --e89a8fb1fa566e9e2604ba3f52cd--