Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26661 invoked from network); 5 Jul 2018 20:52:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2018 20:52:11 -0000 Authentication-Results: pb1.pair.com header.from=kalle@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.67 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.67 mail-oi0-f67.google.com Received: from [209.85.218.67] ([209.85.218.67:46065] helo=mail-oi0-f67.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/08-55607-AF48E3B5 for ; Thu, 05 Jul 2018 16:52:10 -0400 Received: by mail-oi0-f67.google.com with SMTP id m2-v6so19443526oim.12 for ; Thu, 05 Jul 2018 13:52:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Gx/mn47sVxpY23DirxLFmlS73ZgmV2nYhhmwj7bBXg0=; b=rZYIqMWtgBCD0ffkBPji6XlDNS3SpbCr5vjzVwh4TOR8vSRmwdRtKBQj9zjoiK5z1F 4hJ3u1F0HAbTgq3QSEyNNAw7+yOeaZsEGx6LHddFeKieYTkRatsX3kO4AA5argErD2xw oJEyW5jfv8ceDd9IOSafDcNTbty4RB88kZgbP6/ID9K6k1RYI08CTh/Oc/+F/rNZUtu4 6xEmM6bfpy8TWVyaJZf3qaJB/Q2foSlHGfsUvRcJIpKkTmrCMt5dKKrAvmdVjrtI009c pi4dU1CQIAeOymry32fEngJBycPe9f3007HjZzCILLlrvTuTEeP7TVtpshjiRObLtE8w ekZQ== X-Gm-Message-State: APt69E3Sc7P/QJ2Vu8kRqknwARhooj6hhte9juzWqNyH7oiSyr+O4C8R vyZYNpF4MwyvxnDsmCWsFwR66jsJaTJoYOTt0wg= X-Google-Smtp-Source: AAOMgpewdMCllmK95sBxYl6D4xPhKNTcn9FW3N0xwV304xIxyIM00A6aSHblE1Ozez2KLxEgz7VhsvJbN8plEIg6fHg= X-Received: by 2002:aca:4083:: with SMTP id n125-v6mr9120756oia.167.1530823927562; Thu, 05 Jul 2018 13:52:07 -0700 (PDT) MIME-Version: 1.0 References: <5153610d-abed-b21a-ec55-56d967128cae@gmail.com> In-Reply-To: Date: Thu, 5 Jul 2018 22:51:57 +0200 Message-ID: To: Nikita Popov Cc: Stas Malyshev , Internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.3 From: kalle@php.net (Kalle Sommer Nielsen) Den tor. 5. jul. 2018 kl. 22.46 skrev Nikita Popov : > Sounds reasonable to me. My only question would be when we would start em= itting the deprecation notice. I'm not a fan of deprecating things in the s= ame release as the alternative is introduced, so I would suggest to add the= new alias in PHP 7.3 and perform the deprecation in PHP 7.4. I agree here, I don't think a simple constant would hurt too much to add outside the scope of this RFC so I will go ahead and do soonish that if no one else objects. Then we can move the section to the 7.4 Deprecation WIP RFC. All in all I think its a much cleaner migration path --=20 regards, Kalle Sommer Nielsen kalle@php.net