Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58547 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89989 invoked from network); 3 Mar 2012 14:40:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2012 14:40:10 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:49506] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/A2-01345-94D225F4 for ; Sat, 03 Mar 2012 09:40:10 -0500 Received: by werh12 with SMTP id h12so1903498wer.29 for ; Sat, 03 Mar 2012 06:40:07 -0800 (PST) Received-SPF: pass (google.com: domain of keisial@gmail.com designates 10.216.85.81 as permitted sender) client-ip=10.216.85.81; Authentication-Results: mr.google.com; spf=pass (google.com: domain of keisial@gmail.com designates 10.216.85.81 as permitted sender) smtp.mail=keisial@gmail.com; dkim=pass header.i=keisial@gmail.com Received: from mr.google.com ([10.216.85.81]) by 10.216.85.81 with SMTP id t59mr3308748wee.28.1330785607061 (num_hops = 1); Sat, 03 Mar 2012 06:40:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=kQaZVKHYPBG1Y2lz85bNrVaGqFHJeB0ZlQNTCYiQ80Y=; b=AwklWEeuLRy4O+6mq+osqSZxubFYJuaPxN4gI641xO1plzOqtRXXNMAgcRTMNvERBQ r/a6gDbV8FoTqJJHZ4hT8T5cv+JRth/gGk2vb6a1bNG3Uzo/vKp5yTEpkBdlXgdnyfnU xMNnvasP6gf34jTvvLwyClZU9DZoCx4eLyMsCNaK5ZLjHJrBsj471TesXMWdd0PmZWiq BF9ycMiQr0Lfyu0lp7sZKrQtbvdawNHEJoOvcWT+XB/hVR8WF/NZTddUPlCI8OkRQ+Vc SUG6O6dd79cemY+58jzcwzzBYG0sYAv3JQxhvdc6702HMLeJaM5+2jAb/vRZChfKljmG edzQ== Received: by 10.216.85.81 with SMTP id t59mr2648613wee.28.1330785606929; Sat, 03 Mar 2012 06:40:06 -0800 (PST) Received: from [192.168.1.26] (230.Red-81-38-140.dynamicIP.rima-tde.net. [81.38.140.230]) by mx.google.com with ESMTPS id dr5sm28309590wib.0.2012.03.03.06.40.03 (version=SSLv3 cipher=OTHER); Sat, 03 Mar 2012 06:40:04 -0800 (PST) Message-ID: <4F522E6C.70604@gmail.com> Date: Sat, 03 Mar 2012 15:45:00 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Philip Olson CC: internals@lists.php.net References: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> In-Reply-To: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] get_magic_quotes_* != deprecated? From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 02/03/12 02: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. > > I propose that we do not describe get_magic_quotes_* as deprecated, and that they > exist forever, and always return false. > > Regards, > Philip They are not. magic quotes are deprecated, get_magic_quotes will just return false which is what was agreed (there was a bug in the beta making them throw deprecation notices, but they were wrong).