Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17401 invoked from network); 5 Jul 2018 20:14:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2018 20:14:57 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.194 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.223.194 mail-io0-f194.google.com Received: from [209.85.223.194] ([209.85.223.194:35714] helo=mail-io0-f194.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/16-55607-14C7E3B5 for ; Thu, 05 Jul 2018 16:14:57 -0400 Received: by mail-io0-f194.google.com with SMTP id q4-v6so8898104iob.2 for ; Thu, 05 Jul 2018 13:14:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yf2ZcQNElEqFSTQ3+Q3pknoTuKo16ui1/B78QFtha2o=; b=AES6tyRmoRFaEXgsZ208an99X6qEVilU0G4r/LD7cCj2b3954CQwYQ5H0ZxDo+yTHk /cwba4aD+ftekGidk+wdqSNHx5Tm9rGki8EzH9blYVJZlBIO4+xGlYULYKdHBgfW/iZo N95s/p+p0Jgu2A7bM1RbPZwUOAaJfn9uOn4By5+ppEfZuAyAJU8FRU0I0zxC7gN7h5ev 80JXq/KxlplcE9R7rK8A4RyNgANtpcOGA2l7GiABeDfIXGAvSN3tcsYt+L9dvHuRC5np wmT9Ea8ugUG74GHYhHL8wgU0Ym5CKkxxvnu/kf1vzbBo/ztKq3GR0OrVqoXUkyXbXVJ5 qUPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yf2ZcQNElEqFSTQ3+Q3pknoTuKo16ui1/B78QFtha2o=; b=q7Jl1oD3H+u3uzijcQBThAG9gHZYfI4P+ZZWGnCrALxM8qUR1qCi/uM5R6gBxOqyqV 5JiIJGugGFLmO20VePp7aWDZmp4YBhNmNgA132sm/gy+yN+P45ka1td92lIGFDpggbL8 pFwVZQ+5gmLqJU9xqLvhY6TSkEVjTmmaxkIXDcWyub2LrRLRRuhM2HyaghEP1VVb4k4e Y+80C1ZBkQANq6myHvbe5iuBXh0XqHYR1Dt7iga2NvCoTi+RCkza2goMhm0lq/XoNr0L ubGX7+0HYcD2EYwWd+Ki+qNMfZPddz6JgIOgw1hBtmzfvJ2vhl1DH69IhTv2qpqw109T Yf8w== X-Gm-Message-State: APt69E05KpfwSz/fmCxbqXnZsMLM0Qn0BG3i8l39pPWY1H88Dhe0Nzvz LjDCkbRGekbOmHqayqFVqOnx5tGKf8IfGj9+FHY= X-Google-Smtp-Source: AAOMgpfWXg3kI1agvX+pWbntru+ebzK2c+zQqXeAmuAOvrPNKs/bXMHjFzJKwPmU6CU3CIuifWLita42j9Tz7rq4I6w= X-Received: by 2002:a6b:c844:: with SMTP id y65-v6mr6196375iof.187.1530821695033; Thu, 05 Jul 2018 13:14:55 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:148a:0:0:0:0:0 with HTTP; Thu, 5 Jul 2018 13:14:54 -0700 (PDT) In-Reply-To: References: Date: Thu, 5 Jul 2018 22:14:54 +0200 Message-ID: To: Kalle Sommer Nielsen Cc: Internals Content-Type: multipart/alternative; boundary="00000000000058db9c05704633f4" Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.3 From: nikita.ppv@gmail.com (Nikita Popov) --00000000000058db9c05704633f4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Jun 26, 2018 at 10:22 PM, Kalle Sommer Nielsen wrote: > Den s=C3=B8n. 24. jun. 2018 kl. 18.47 skrev Nikita Popov >: > > If you have a minor deprecation in mind, but were too lazy to write an > RFC > > for it, please write me a mail until tomorrow, so that it might be > included > > as part of this proposal. As time is limited I don't want to include > > anything larger or controversial in this RFC though. > > I took the liberty and added the FILTER_SANITIZE_MAGIC_QUOTES to the > RFC so we may once and for all get rid of magic_quotes. > After looking into this, I think that FILTER_SANITIZE_MAGIC_QUOTES may be a legitimate filter, which just has a bad name. Next to other filters that perform htmlspecialchars and urlencode, it makes sense that there is also a filter that performs addslashes. Maybe we should just rename this filter to something which is not tainted by the "magic quotes" terminology? Nikita --00000000000058db9c05704633f4--