Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102465 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27244 invoked from network); 26 Jun 2018 19:51:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2018 19:51:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.45 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.45 mail-oi0-f45.google.com Received: from [209.85.218.45] ([209.85.218.45:36140] helo=mail-oi0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/A3-01794-D49923B5 for ; Tue, 26 Jun 2018 15:51:41 -0400 Received: by mail-oi0-f45.google.com with SMTP id 14-v6so17157998oie.3 for ; Tue, 26 Jun 2018 12:51:41 -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=r2aM9LwzAPlnR0oUXQDYYxzW0opwlBbPpzscKY/OVWo=; b=dI+TJ72tIHkFBUVK4lgNoYNMoBKg0bHB1dAQOW7y+TqKmfoort0jHAW+Y3qQnZDjoE nfvhWqkswnXYElkaH0eNuTFkOPpZTuI+qaOSbxkWRGm/0r8sBkEjyjS5/lY9U8Z7lAgL R6SKxGENtwdeL6LXC8NoYZ6msmI5/4Z2MRBzGTIzQu80Xq4/KGy8SzWXImw2AJy5tYTh dvVSkLR28quSKNRHEuQAFa+0fG3pDTX7M9bgbXzaXrFH3FM6F7UIktJjNdBy8ul5R6wi jGMZpgyGmNAL9ehZTyzucPK9/jLY7cfHyfUj0u1OfD/BUyhWtWcEnyysuzQ15C/RHeoT eNAg== X-Gm-Message-State: APt69E0731kceeZzSFLAWrLg0scw7xF7PG5/PoYTTMv4UMo/3/NP0BhV 1QPeWmSkaPmqTKDRwwosiXvYDvJe+m5sMoSeDDQ= X-Google-Smtp-Source: AAOMgpe3ZAuUdE4J975vpsue5j5o/fWdTZGiD/2ezNemxxKoqqWygBaZ7xxPmNfTEjBNR1D3XmmVhpGv7OfLHBPzaf4= X-Received: by 2002:aca:b909:: with SMTP id j9-v6mr1545189oif.135.1530042698591; Tue, 26 Jun 2018 12:51:38 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 26 Jun 2018 21:51:28 +0200 Message-ID: To: Nikita Popov Cc: 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 tir. 26. jun. 2018 kl. 20.16 skrev Nikita Popov : > Feel free to add this one to the RFC, if you know what the background for= the deprecation is. Given that the manual already marks it as deprecated f= or so long, this seems like a mere technicality. I added the pdo_odbc.db2_instance_name to the RFC including 2 options which is up to you to decide for with the relevant patches included. > Given the recent discussions about having a PHP 7.4 release for additiona= l deprecations, I'm going to punt on the rest. While they may be no-brainer= s to you and I, a lot of those are actually quite controversial (e.g. there= was an RFC to deprecate b' in 7.2 and it was declined -- go figure!) > > I'd suggest that you already open up the next deprecation RFC, to make su= re these are not forgotten. Some of them should probably get separate propo= sals altogether (especially the var interpolation syntax). > > Nikita I agree that a lot of them are controversial, and perhaps its a good idea to start flesh them out for our users and fellow contributors already now. I began a draft based on your 7.3 RFC for 7.4[1]. Ps I took the liberty of adding your name as the RFC author. [1] https://wiki.php.net/rfc/deprecations_php_7_4 --=20 regards, Kalle Sommer Nielsen kalle@php.net