Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88730 invoked from network); 8 Jan 2017 21:57:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2017 21:57:16 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.49 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.218.49 mail-oi0-f49.google.com Received: from [209.85.218.49] ([209.85.218.49:36155] helo=mail-oi0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/4D-31343-BB5B2785 for ; Sun, 08 Jan 2017 16:57:15 -0500 Received: by mail-oi0-f49.google.com with SMTP id u143so80637564oif.3 for ; Sun, 08 Jan 2017 13:57:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=UwgvMYztESvtHscWgKYWqGi8R3gQ1kR9Cr/FxDB8wr0=; b=RWYgVcjT7Sm6AU/tbv/eL5dyPOHxmg5LbFADODhUv2nnvk/PiaSmae1F4ThUJ8MlDD UVuDwkFFBgqvYHao4VGHCvEhPw3UlmOsqD5uuOAQU40esHSDTXGLu26/vYeAC7gw6Pda nXduos/og/zUJSkY3MkK6+pMR6PbXTCI+Dr5T5E/2pkMPaV7pYLzPxwdOlftFyfc/7qQ 4usj8hLFp05eTxK9QuiEI9a7jKpQjF/ZmcUhNa5LZ79PIz6QBhmlXK0agsbG9T5Whjt5 rRvAlr9rewIeOjXW0xeZ8Le+SmNc3lMPPdvNOPgFfifEbW5nAz5dTWpzfmQ3osF4et3H FUZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=UwgvMYztESvtHscWgKYWqGi8R3gQ1kR9Cr/FxDB8wr0=; b=jh6VpF87WYMgIxyMiiB4itAywOJ1OsDxKV0/79ZyWZeCN0AsBd1Cz4zNf/lpT2wX5Y jXSllwAEPGEpE88TDk8wmFPp89sBHetPXZjwRSW6I4hv2z/3rr9PQJp4KJBu6FH9pEbb DEKy5TV54L6or5XaK9IMe3meeBNcY3RgMDjMnHdHXiGo8F65y3LGM3REzZwdcrdWQKFL Y6dsg94xDLUTZIkY+lI/CEL3A+zHxTNL3aHHBtk+1hXLbCpsN7r//KeLWjjj4yqNejie P8/RbWBCrZ84tsOyULnsanvwwODNYo60AzbfFZJkJl4rE40qOU08dJr8NK8xRQQEHUbC S0zA== X-Gm-Message-State: AIkVDXKRB1fmD++TO20rZUWLz3RQSZO2jcxOtcV/WeITcYq5HMAw1CSj2V4ajEtpcNDvjg== X-Received: by 10.202.107.9 with SMTP id g9mr38251841oic.112.1483912631861; Sun, 08 Jan 2017 13:57:11 -0800 (PST) Received: from Stas-Air-1415.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id q130sm40945850oif.25.2017.01.08.13.57.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Jan 2017 13:57:10 -0800 (PST) To: Andreas Heigl , Nikita Popov , Joe Watkins References: Cc: PHP internals Message-ID: <47370a17-d428-b30d-183b-c1ec96d47872@gmail.com> Date: Sun, 8 Jan 2017 13:57:08 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] bugsnet cleanup From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I'd even go as far as saying that any bug reported for PHP < 5.6 can be > marked as "Won't fix". The bugs targeting 5.6 need to be checked whether > they have a security implication and if not they should be also marked > as "Won't fix" Lots of people run 5.5 now. I'd say at least about 2/3 of PHP users in the field are now < 5.6. Blanket closing all those bugs with "wontfix" sound non-productive to me - I'd rather at least give people chance to update the info. Many extension bugs were transferred from 5.x to 7.x as is. -- Stas Malyshev smalyshev@gmail.com