Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74645 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24961 invoked from network); 29 May 2014 21:55:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2014 21:55:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.220.49 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.220.49 mail-pa0-f49.google.com Received: from [209.85.220.49] ([209.85.220.49:54475] helo=mail-pa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/63-07154-7BCA7835 for ; Thu, 29 May 2014 17:55:03 -0400 Received: by mail-pa0-f49.google.com with SMTP id kp14so928735pab.8 for ; Thu, 29 May 2014 14:55:00 -0700 (PDT) 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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QC3joI44N+LWIab1SN/1RjaR+ceeEQECkNuh7/rVW+k=; b=XCmn18zAfL6f9qzWYUkgM9DVsQGxSvMBA8grakL1R7Aho6pQU3k7j2Ggs2vZ4QGNVa 4qe+ZkD7qXeZVT6HbWV58traJ3pY7wbfOqA21JL36XKYSkVSfU7hPrGVyoVMeMUb8tLz BoUYzK9Tcn4qE+cGAnVxhMqOJDJP0VYK+tgevCP3+7wW3oPzQUatOkhixvnSIFvrDRfT iUfbPP3Pdo52Wnzx9hFGD0aSFbG09mLAiPp76/g1U4EQm0IT4UonPs2OkTzHHQkxnNy0 /b+713pVhg+Q5c8Ir72G7e02dsQtZDtBpmajIiRF6NcK3nPZFQEVHZDbn/MaLmHR0e00 BI4w== X-Gm-Message-State: ALoCoQnY2c9KrXoj2G+L8mAy/xzRDwQKfANQb210TYfvENiK82H4OZNIbIlksTJdjTfK+qUDSmWt MIME-Version: 1.0 X-Received: by 10.68.181.165 with SMTP id dx5mr12985489pbc.38.1401400500566; Thu, 29 May 2014 14:55:00 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.100.67 with HTTP; Thu, 29 May 2014 14:55:00 -0700 (PDT) X-Originating-IP: [2620:0:1cfe:18:22c9:d0ff:fe87:295b] In-Reply-To: References: <37D85F68-B39B-470B-81B5-4C4A8B8695E4@ajf.me> Date: Thu, 29 May 2014 14:55:00 -0700 X-Google-Sender-Auth: M1Tmi_OqaL7TDW9Ui1eBIZSqirQ Message-ID: To: Levi Morrison Cc: Andrea Faulds , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] ReflectionParameter::hasTypehint() / getTypehintText() From: pollita@php.net (Sara Golemon) On Thu, May 29, 2014 at 1:53 PM, Levi Morrison wrote: > On Thu, May 29, 2014 at 2:51 PM, Andrea Faulds wrote: >> On 29 May 2014, at 20:59, Sara Golemon wrote: >>> Pretty straight-forward. Makes it easier to recreate a function >>> signature from PHP (Mocking) >>> https://wiki.php.net/rfc/reflectionparameter.typehint >> >> Why 5.7? Looks like the sort of self-contained function addition you could get into 5.6.1. > > Personally I think we shouldn't add features in 5.6.1. Those should be > reserved for bug and security fixes. > Agreed. Point releases have traditionally been for bugfixes only. Sometimes we sneak new functionality in, but there's not enough of an urgent, earth-shattering need for these functions to justify it. With our pace of yearly releases and the fact that 5.6 is already in alpha, it makes sense to me to be conservative and only add to 5.next. -Sara