Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45465 invoked from network); 3 Jun 2017 10:55:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2017 10:55:01 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.48 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.48 mail-it0-f48.google.com Received: from [209.85.214.48] ([209.85.214.48:36669] helo=mail-it0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/DD-12681-48592395 for ; Sat, 03 Jun 2017 06:55:01 -0400 Received: by mail-it0-f48.google.com with SMTP id m47so27315826iti.1 for ; Sat, 03 Jun 2017 03:55:00 -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=R7VVnidMsE9nO0a4VJgWojSlMkpERTjnx9+tXW8Pqh0=; b=m6y3ziC40ZBCAex1097+iNQ/3lSd5Z4qOODfJaJ+y93um0Vbjg+CWa1o3f4Uzp/Q95 P89Lg5r2p/Jmck3Ru7JnuTTqqnzSRq3KeA1JVthPfGUjh8YS1DsQyniKPC/eU/Y7VdfD gcqt973Q4/U/NSTm961A2rhcW7DDnbd5ySif2iP6NgvzMKqTCrLxi2CnVnMjD5ejZqs2 AShW6wARuAdmYFktFYrAlCItNf5xTYG4Hzn8OrhEws9jqJqiZbRerQnUVuPQil7QzVU4 ozZh2dSONKeJ2RfdFSDc2BDZ120aNz6es7glULX2pT5UWvrrbzokaIY+dbFh0G7fy1fC 2M6w== 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=R7VVnidMsE9nO0a4VJgWojSlMkpERTjnx9+tXW8Pqh0=; b=hUisF6bNJ29nv0RGlAbGYBd7txClV3YVL5nF8HgXulMGbQLaSaK/PB2b64zFxC/X/g xxy5ncRNmPieaNHSfY2O/QRFXFHGP5AL0tqUrPfFOsPgA7Ofb3cMIQMsVSr3KVbP4Y9X I/JDuEHKWLf4ej6anQ1t/+nyBnRs0zS9stBElmlBItskw5PMst7yQXJe/9RjUzK8Nuud 2NtZzAp6QxIn0sSb69h8oBjmpcj4zU1UdUmD9pvh5sdfJSg2TmMaajqPVRVaZCNfhBoY vj5rUcl3xoiUTT+tWL4HgSEEMf1f+ryp+wEsEHXnmvhN0M7uaWE59vIY+aE49UxpgXov 8/iw== X-Gm-Message-State: AODbwcBhdsnUdu5MNH5tjVC+EMkpvmphdwqxv6FyYjEtZrU4bhMaLSUv AHjC1cvsXM/0de5O1aUvkcTxY3Ibm/pB X-Received: by 10.107.4.200 with SMTP id 191mr14058100ioe.223.1496487297635; Sat, 03 Jun 2017 03:54:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.12.158 with HTTP; Sat, 3 Jun 2017 03:54:57 -0700 (PDT) In-Reply-To: References: Date: Sat, 3 Jun 2017 12:54:57 +0200 Message-ID: To: =?UTF-8?Q?Micha=C5=82_Brzuchalski?= Cc: PHP Internals List Content-Type: multipart/alternative; boundary="001a113effc6c95b2b05510c1923" Subject: Re: [PHP-DEV] [RFC] [VOTE] Object typehint RFC From: nikita.ppv@gmail.com (Nikita Popov) --001a113effc6c95b2b05510c1923 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, May 17, 2017 at 12:34 PM, Micha=C5=82 Brzuchalski wrote: > Hi everyone, > > I would like to put Object Type RFC up to a vote for inclusion in PHP 7.2= . > > Previously there were some concerns about adding named types in the futur= e, > but we came to the conclusion that each of them can be solved if there ar= e > proposals in the future. > > Voting starts today, 2017-05-17, and will close after two weeks on the > Wednesday 2017-05-31 at midnight. > > The RFC and voting widget can be found here: https://wiki.php.net/ > rfc/object-typehint > > The vote is a straight Yes/No vote for accepting the RFC and merging the > patch which require 2/3 majority. > The additional vote is also a straight Yes/No vote for accepting variance > behaviour on the object type which also require 2/3 majority. > I've closed the vote on https://wiki.php.net/rfc/object-typehint, as it was supposed to close three days ago. The RFC has been accepted with 32 in favor and 3 against. Variance support has been rejected with 10 in favor and 20 against. Please rebase your implementation and update it for the decision regarding the variance. Thanks, Nikita --001a113effc6c95b2b05510c1923--