Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73225 invoked from network); 13 Jul 2011 15:55:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2011 15:55:23 -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.218.42 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:60523] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/E1-58106-AEFBD1E4 for ; Wed, 13 Jul 2011 11:55:22 -0400 Received: by yih10 with SMTP id 10so2792996yih.29 for ; Wed, 13 Jul 2011 08:55:19 -0700 (PDT) Received: by 10.91.66.8 with SMTP id t8mr1425075agk.25.1310572519627; Wed, 13 Jul 2011 08:55:19 -0700 (PDT) Received: from [192.168.1.11] (c-174-61-179-13.hsd1.wa.comcast.net [174.61.179.13]) by mx.google.com with ESMTPS id b47sm3274534yhe.53.2011.07.13.08.55.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 13 Jul 2011 08:55:18 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: <4E1B9343.3090000@sugarcrm.com> Date: Wed, 13 Jul 2011 08:55:15 -0700 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <967B58EB-C704-40CD-AFEE-D0CA2192F4FA@roshambo.org> References: <4E17F5A0.3070409@sugarcrm.com> <4E1B9343.3090000@sugarcrm.com> To: Stas Malyshev X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] [VOTE] 5.4 features vote From: philip@roshambo.org (Philip Olson) On Jul 11, 2011, at 5:20 PM, Stas Malyshev wrote: > Hi! >=20 > On 7/11/11 5:09 PM, Philip Olson wrote: >> this previously accepted RFC is not about removing magic quotes. And = I'm the >> author of said RFC. It deals with PHP 5.3 which removed = get_magic_quotes_*() >> so this old RFC restored them into both PHP 5.3+ and PHP 6. >=20 > Yes, it's not exactly what is being talked about here. It's more like = this RFC: > https://wiki.php.net/rfc/removal-of-deprecated-features > slightly modifying the patch there according to your proposal (not = emit E_DEPRECATED on gets). But this topic (removing magic quotes from 5.4) was not proposed on this = list, so the vote feels premature. The only related RFC on the matter = involves PHP 6, and it isn't specific to MQ. Granted we all don't like = MQ, but this "security" feature is enabled by default today so skipping = discussion to a simple vote for removal feels wrong. Regards, Philip