Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93100 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63660 invoked from network); 6 May 2016 19:41:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2016 19:41:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.45 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:33021] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/50-53854-053FC275 for ; Fri, 06 May 2016 15:41:04 -0400 Received: by mail-pa0-f45.google.com with SMTP id xk12so50836235pac.0 for ; Fri, 06 May 2016 12:41:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to; bh=yR9AEaIjkr4urwYmaEADlALZ3r+XME6qixorwnHUaWY=; b=K0ux4N5lmeUrMCem2mtOlywRrr5yVD0kjkkocFuOIWbrhNffQhCoyA+bdA8NcIf3xh GWSpPOKmWPRj48EmUEa6DZazuqc/jXotoiIxXlQHYHHvSIeoRJNRGGGrwSycFgaBL+bc phmJa4fsab1b0HbVEvy1RBACXRK9wRqDLO8GYtTji/iUfEmTRvrFdoh52PvUNctaNN7E AJuWhyAfDKpKQbJO5/tM/INTrazeH4h8D9dt6GoF5bq9YBKOTUK9cTb7ByGZ9pMVVtmo yI9AAvJgxTjkyZI0qL9XDFA/aMjNXLSPxWkBCCjeeallubgfHY8QLWDH2nCwR4r2ZREC cULw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to; bh=yR9AEaIjkr4urwYmaEADlALZ3r+XME6qixorwnHUaWY=; b=W02PSIVsCsl5YkXc5ajzX4QhPFwsgTvhOkuWztQy6+DK3w4+BG9Qh0YihsBLwhZRaX JsjSHjwsO8f0DD5YgTg5gczYjt/nrwNQITsQVbL3ocJXOEgfYyttMQ8hRMP9a/KbBNLT GdedNHhAkhDQN7LXLN/AlEe+sEl8jUf4w1rA2T0UompkrHMcvfRGc+tqxVlCuHfuQNJQ sS+x+FhaqjM0UQ0o2bLvFo713jt6TeNEnLK5rcV/LNBYzK/hLlRxyhwb42ailti1kcFF QtFN1joHgGYAVzRCr4W/Dk78ea8z6wmcT9dbpVL676tPMsj/XId33nydziGAy+U9iZQ/ JeTg== X-Gm-Message-State: AOPr4FW3T6qkA1ykU19jkFDERMJP/5UPxTuDlqbgEn1/ePVbfUM9x8jMtbMcDZLk5mkBuW5ZjVnv144Bhu/A0w== MIME-Version: 1.0 X-Received: by 10.67.15.9 with SMTP id fk9mr30672506pad.77.1462563661397; Fri, 06 May 2016 12:41:01 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.66.132.79 with HTTP; Fri, 6 May 2016 12:41:00 -0700 (PDT) Date: Fri, 6 May 2016 13:41:00 -0600 X-Google-Sender-Auth: juD1SRsdz8yrskylO3TRSoe_n0Y Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC] Pre-vote notice for Nullable Types From: levim@php.net (Levi Morrison) The [RFC for Nullable Types][1] is going to go into the voting phase soon. There have been a few changes to the RFC in the meantime: - More example for documentation's sake - The vote is now split into two parts: one for nullable parameter types and one for nullable return types. - Updated BC break section. This RFC now contains the fix for [bug 71428][2] that was previously committed. [More information][3] can be found in the RFC. - Coauthored with Dmitry Stogov. Unless there are significant concerns raised this will go into voting phase early next week. [1]: https://wiki.php.net/rfc/nullable_types [2]: https://bugs.php.net/bug.php?id=71428 [3]: https://wiki.php.net/rfc/nullable_types#to_backward_compatibility