Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25478 invoked from network); 9 May 2014 15:09:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2014 15:09:06 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:51706] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/57-15882-09FEC635 for ; Fri, 09 May 2014 11:09:05 -0400 Received: by mail-ob0-f178.google.com with SMTP id va2so4908452obc.37 for ; Fri, 09 May 2014 08:09:02 -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:content-type; bh=dxutl8Wi59whCowdGlGOJmPmmXtb5L1hVEZCVz5tuV0=; b=emMmtLbSg5ykTGgrmos50pbXMQWeJqGV6Ng6rA1Qgmud7Xz9imAiWeuouOrZtlBFNn CPTmf9GgHwRPBDL/qfPoJFCZbLKpBiMIv+dWje4fRLnBrJ3P0ekmQq76nrPgNLp0M4TV kDKJpOAah2UJZMVcyhNYIBw8t6UpSpFpyiyC1a0QbBhsNZ/r7tsznq3XDBo1CGM0Tu6k 4ixeXh3Vl83GYl391bGsAzqgH8WOi/sDAxZsWUKEL3Uy3xu2SUc1pY3LxkeI+arVJTRZ h0cXztI/zBmKNxm9LgQCWn3H+RNcFt+UG+WnS+uSzuo3k7ZswjTJ3cxmSI22JoKVtk5b 1tnQ== MIME-Version: 1.0 X-Received: by 10.182.243.138 with SMTP id wy10mr4673629obc.83.1399648142135; Fri, 09 May 2014 08:09:02 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.77.100 with HTTP; Fri, 9 May 2014 08:09:02 -0700 (PDT) Date: Fri, 9 May 2014 09:09:02 -0600 X-Google-Sender-Auth: sqLrIniQ8la1XnBVh8KmsMwTWVg Message-ID: To: internals Content-Type: multipart/alternative; boundary=001a11c2a12052ae5804f8f8fafc Subject: [RFC] Return Type Declarations pre-vote follow-up From: levim@php.net (Levi Morrison) --001a11c2a12052ae5804f8f8fafc Content-Type: text/plain; charset=UTF-8 PHP Internals enthusiasts, It has been two weeks since I opened the discussion about adding return type declarations to PHP (for those who missed the prior discussion there are links at the bottom of this message). So far there has been overwhelmingly supportive feedback and a few minor issues were discovered and addressed. I thank everyone who has helped to make this RFC as good as possible. As of yesterday I could have moved this RFC to vote; however, due to the announcement of the phpng branch and a few other things I worry that not everyone has had time to sufficiently review and comment on this RFC. As such I will delay for another week before moving this RFC into voting phase. If a major issue is discovered then it will be addressed before moving to vote. Again, I thank everyone who has participated so far and invite others to participate if they have been holding back. RFC: https://wiki.php.net/rfc/returntypehinting Mail Archive for announcement: http://marc.info/?t=139835533700003&r=1&w=2 --001a11c2a12052ae5804f8f8fafc--