Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40070 invoked from network); 16 Jul 2018 21:39:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2018 21:39:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.208.49 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.208.49 mail-ed1-f49.google.com Received: from [209.85.208.49] ([209.85.208.49:40690] helo=mail-ed1-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/50-37178-F701D4B5 for ; Mon, 16 Jul 2018 17:39:15 -0400 Received: by mail-ed1-f49.google.com with SMTP id e19-v6so31047674edq.7 for ; Mon, 16 Jul 2018 14:39:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=0hNqfm/x3X5vkYapGDJDaM+KGrh6LfkjzGwinmd/oCE=; b=gO2UTlUl8yMLcah+6f6NI+FREqgAE0i/cxwfVAozS8lNorO2mmy64OHAVcLGz/cW3P wQP4mmX0wzfysIVCOlLcGjGD1O6E05+lUwqFhlfXtyJSkukn7vE7qtLkTj9EFqxuaa8N 5lUEOWpvpSRPrJinOo8Q2ISEhPEgX+PJ3fiUBY1aMNQTU7HZytVWRqaZtWbbSHL8c+CZ 8mmtDYAFFzGFrS1AuUCHnABzTUgL6KbjexvRFi9aoZlNCrLi8r+04aJ1owuoQLW3Aleh +CE2k8LrsIVbDnubBv/IzDuWwMMBoHrtXDGsMEbnx1xFe+iDtFirsT/fQIhGob8iNA9J D/rA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=0hNqfm/x3X5vkYapGDJDaM+KGrh6LfkjzGwinmd/oCE=; b=VH1wHC0P80RFnc4wpxvEtBVqLcVCE2Hu2JVBonjWURAWVqUtAHwYRAvCx8acgRceMx SikyF5O0T2xYdEaUhNRYf6piihFlJHCKbZqkWuXhuhn/ntfCNKu0GUA68/i4gkSGT0Zh tjZ+JaltYMespA7GrSz+JwlUdFPGtiI9tbCgPkp2ZQtMOcUxmg5xVH5i0PcqC5RF+kro qdESmLHThFea/G1MQRoLQ2M9ov+dcXPO0M7r3N9qolohE7NQMdEDGShsbUIv9j6zhpF/ L+s0+tNakknLOSBmL+6WVPdI1mRoFiNbpaF5ulzxWuei2oXD9RlOKQkLug+AkH8EoMYZ zHtg== X-Gm-Message-State: AOUpUlG1ugy8cf243PZfvmFYfrb875QG5PZqjFlz0f9dPtKuW9J73r9c Vg/ChWoxrKa67Ll8sLk5uRGm7Y1zCFKQA4ZO7H0ITQ== X-Google-Smtp-Source: AAOMgpcO38qv7PQaAL5gS3jsl+ZEoAIsT+/+f52SyWCKDEW6m4ObxAvCgt8pfQY2qf3doasFHfP6RHRjmeAbDMu8dIk= X-Received: by 2002:a50:af45:: with SMTP id g63-v6mr19566414edd.30.1531777149045; Mon, 16 Jul 2018 14:39:09 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 2002:a50:8617:0:0:0:0:0 with HTTP; Mon, 16 Jul 2018 14:39:08 -0700 (PDT) X-Originating-IP: [100.38.28.36] In-Reply-To: References: Date: Mon, 16 Jul 2018 17:39:08 -0400 X-Google-Sender-Auth: auevC7j0vThNzce_G3HNH_zdc2g Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: [RFC] Typed Properties From: pollita@php.net (Sara Golemon) On Mon, Jul 16, 2018 at 3:45 PM, Nikita Popov wrote: > Based on the feedback we received, we have decided to target PHP 7.4 for > this RFC. A main factor for this decision was that the RFC requires some > non-trivial changes to 3rd-party extensions for full compatibility. This > would put the ongoing (but nearly complete) effort to port extensions to > PHP 7.3 back to square one. > I look forward to seeing this in 7.4! > PS: Thanks goes to the RMs for delaying the release schedule and providing > us with the opportunity to target PHP 7.3, even if we did not end up using > it. > Ultimately, that was for the other RFCs as much as for TP. What's important is that PHP continues moving forward. -Sara