Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83217 invoked from network); 10 Jul 2018 10:24:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2018 10:24:51 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:56058] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/50-15421-C69844B5 for ; Tue, 10 Jul 2018 06:24:45 -0400 Received: by mail-wm0-f41.google.com with SMTP id v128-v6so6505321wme.5 for ; Tue, 10 Jul 2018 03:24:43 -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=fYX2Y+audxLrjfwO1wQ4L4//8xSx88iDNL6ieocq8dI=; b=rbzwRVRgPPtCXqcnFRL6Xg+wZrGz1xzVHhthikSUcBX9z5+0tqgb3ObgiCyb3jSgLd j6geCyAOscJ3S2quyMszzjrdocVIrjkcyNEElXcyvGNSnoXTEqt7xeJocTV33vXckf6b QOLeL+/6oEfjU/pxSLQeSf7oKTK7Y55n1dOkbgEw9jfBKlIR2O83cnwJyypjV2W23pmq Ak7LYzSTChhx9wThorXDTHjse6XIzG+00wdViTc8p5CX+/xXZ8K+7wZVZhLG26eLPCAu PaL/9bBC/Sfqws3JKlzb6dZwB01EIiQ2iQymDCKzZb3Wm1QHWrdOCmoKhoJekUzZjo1I xFvg== 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=fYX2Y+audxLrjfwO1wQ4L4//8xSx88iDNL6ieocq8dI=; b=d+j6sg7lueGObeWFNfcVyzvVEeoPxhlkVEwcM5yn3/Imh6LBilPkXaO3WMMi0E+gss btzgGIsEdqVt2ouwVpTsjMIeCVMgLjVaQDnXOYgD4SdKKz22dpKfDhx6lIi7fZERp++O N4ZlNotZXVaR4dZa8vsJq4+9+SIr2GstJOEDUAxfrN5bI5MPS3DK6AHrACyHP1MCnjFi GC4kHGJcHWgJ87pj+MBRi708ZzDJYc9Chii2x27oms1cDDjKuXP5ndWUas7/ZZsavg72 QdUB+KCGS4ipVl7j0F7SUWELzz79xdTHEBb8+aDGi0gszf4a9F7B9RMDBm9H4oXRkUeW pU5Q== X-Gm-Message-State: APt69E0FWZse+2v2gu35batYMPcDMqPWZpUY8HXxPerXFW/sbvpCGVGM p2gDiMobBLlpp0sCDGOyHIQm1RYIvFaDgsDTspbxrCKS X-Google-Smtp-Source: AAOMgpcnMURGdMUBwMmJiJULLpvTZ80Nb9iLlnMfl09H9c6/7mzP20dT9AeNYRIBEWhRVUcu7sA/KxRAl78NJEQutXo= X-Received: by 2002:a1c:be13:: with SMTP id o19-v6mr13588260wmf.1.1531218279806; Tue, 10 Jul 2018 03:24:39 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:adf:f190:0:0:0:0:0 with HTTP; Tue, 10 Jul 2018 03:24:19 -0700 (PDT) In-Reply-To: References: <10e578d7-7a24-3ca0-ca0d-d5ed1a39dca3@telia.com> <80a8f588-05a3-48e5-bf40-bf1685b3105e@gmx.de> Date: Tue, 10 Jul 2018 12:24:19 +0200 Message-ID: To: Nicolas Grekas Cc: =?UTF-8?B?QW5kcsOpIFLDuG1ja2U=?= , Zeev Suraski , Sara Golemon , PHP internals , Nicolas Grekas Content-Type: multipart/alternative; boundary="000000000000a43c3c0570a289ca" Subject: Re: [PHP-DEV] [RFC] Typed Properties From: ocramius@gmail.com (Marco Pivetta) --000000000000a43c3c0570a289ca Content-Type: text/plain; charset="UTF-8" On Tue, Jul 10, 2018 at 12:21 PM, Nicolas Grekas < nicolas.grekas+php@gmail.com> wrote: > I'm definitely ith you on this one Marco, typed properties is something > userland asks since a long time and postponing it to 8.0 for "marketing" > reasons might be very frustrating (well, we'll deal with that if it happens > :) ) > > But technically, it feels almost ready. > > The reference issue looks "easy" to fix(esp. when its not me doing it yes > ;) ). It'd be better to have it at the same time, but I can wait the next > version as I don't want to be the one with a blocker here, and also because > I can write a "degraded mode" for now if that's the plan. > The important bit is to not have functionality that blocks userland scenarios that previously worked. If the try-catch works, then we can surely roll with it. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --000000000000a43c3c0570a289ca--