Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80226 invoked from network); 8 Jun 2018 14:36:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2018 14:36:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=mail@pmmaga.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mail@pmmaga.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain pmmaga.net designates 149.210.149.73 as permitted sender) X-PHP-List-Original-Sender: mail@pmmaga.net X-Host-Fingerprint: 149.210.149.73 outbound2.mail.transip.nl Received: from [149.210.149.73] ([149.210.149.73:57564] helo=outbound2.mail.transip.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/0A-62758-5749A1B5 for ; Fri, 08 Jun 2018 10:36:38 -0400 Received: from submission5.mail.transip.nl (submission5.mail.transip.nl [149.210.149.125]) by outbound2.mail.transip.nl (Postfix) with ESMTP id 412Q2m748fzls57 for ; Fri, 8 Jun 2018 16:36:32 +0200 (CEST) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by submission5.mail.transip.nl (Postfix) with ESMTPA id 412Q2k5L3Vz7tsC for ; Fri, 8 Jun 2018 16:36:29 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id e16-v6so3753617wmd.0 for ; Fri, 08 Jun 2018 07:36:29 -0700 (PDT) X-Gm-Message-State: APt69E26Y076QoMMVc3FVTG/G8bALExc/fbmolgR6VSuVAiAts5sgkQY qlzRVhGvzGszwLWNngk4C47BgOYiMtpbBAl8ADg= X-Google-Smtp-Source: ADUXVKIm9bZdPy3YgyJ1E4I58qDFvCcslYKydOzuihXpdR0Ff2MyiJDsFkPxPwHqHX7Q4uONswfwGwKvuZ70Ce4vILs= X-Received: by 2002:a1c:16ca:: with SMTP id 193-v6mr1685112wmw.37.1528468589113; Fri, 08 Jun 2018 07:36:29 -0700 (PDT) MIME-Version: 1.0 References: <0d108361-f5fa-fe76-b6ad-66e23bfa88f5@loot.at> <3c36b189-108d-bce7-bea0-7a3d6a432607@gmail.com> In-Reply-To: Date: Fri, 8 Jun 2018 15:36:17 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Rowan Collins Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000004df735056e2253bc" X-Scanned-By: ClueGetter at submission5.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=pmmaga.net; t=1528468592; h=from:reply-to:subject:to: cc:references:in-reply-to:date:mime-version:content-type; bh=8kJYbgZnLMns7qV6lj3+HgyDKnIHyQQZA4k8dDlG9Iw=; b=DDq3HOnOPJhc0B/CFhVS9eNtDK1rnIsPF8IlWNN1+Pi3J+gPx8QpGDeRfc6JgOTv7w3hs4 Dv1GfwYWqC4jYvPxbj3wAirU+yGXE6IBQiYOwuJEcykpniFU/olpkhZsZvvVzFPxhT9/91 csL5ZJZWqr8BnPjhKo2n6eZAI7DQS0hc7VvVXR0PFBWCJVqlYuLzOi+Scjqh2OtQFlIdzN 6PTQTFpD60y0Cmq6+E7xZlji+iK4OnMByyhNuPHcTftUJzuulxFZhDQgqmn/HSfomGNZ2f x0+bLSJnsuRLFp5ige/xKlI42sSDmtPbqw3rtVAz7mWTD9JV5cNKtZs46IMvnw== X-Report-Abuse-To: abuse@transip.nl Subject: Re: [PHP-DEV] Better types without runtime checking From: mail@pmmaga.net (=?UTF-8?Q?Pedro_Magalh=C3=A3es?=) --0000000000004df735056e2253bc Content-Type: text/plain; charset="UTF-8" On Fri, Jun 8, 2018 at 1:28 PM Rowan Collins wrote: > On 8 June 2018 at 10:22, Nikita Popov wrote: > > > > > FTR, Bob and me plan to bring this RFC back up for PHP 7.3 soon, with > > support for static properties and for references. A mostly finished > > implementation has been lying around for a while already, so we think > it's > > time to wrap this up and give it another try. > > > > > I presume you mean 7.4, since 7.3 is in alpha already, and this is quite a > major change? > > But good to hear there's still will to work on this; I shall be interested > to hear the details of where this will take the language. > > Regards, > -- > Rowan Collins > [IMSoP] > AFAIK, alpha1 was tagged but it still didn't branch off master. That'll only happen on July 17th. (https://wiki.php.net/todo/php73) With that said, basically any RFC that goes to vote before July 3rd should still be on time to make it into 7.3. Regards, Pedro --0000000000004df735056e2253bc--