Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86878 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22802 invoked from network); 25 Jun 2015 19:09:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2015 19:09:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=dev@mabe.berlin; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dev@mabe.berlin; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mabe.berlin from 80.237.132.167 cause and error) X-PHP-List-Original-Sender: dev@mabe.berlin X-Host-Fingerprint: 80.237.132.167 wp160.webpack.hosteurope.de Received: from [80.237.132.167] ([80.237.132.167:54944] helo=wp160.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/17-16095-DC15C855 for ; Thu, 25 Jun 2015 15:09:02 -0400 Received: from dslb-178-008-196-114.178.008.pools.vodafone-ip.de ([178.8.196.114] helo=[192.168.178.46]); authenticated by wp160.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) id 1Z8CWA-0000ij-Qq; Thu, 25 Jun 2015 21:08:58 +0200 Message-ID: <558C51CA.9080905@mabe.berlin> Date: Thu, 25 Jun 2015 21:08:58 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;dev@mabe.berlin;1435259342;fcd337c8; Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze From: dev@mabe.berlin (Marc Bennewitz) On 06/25/2015 05:03 PM, Kalle Sommer Nielsen wrote: > Howdy > > This is a quick heads up that we plan to have the next release of > 7.0.0 be Beta 1, this marks a feature freeze and from there on, we > will switch focus on to stabilization, regressions and other bug > fixes. > > Beta 1 is schedule to be tagged and packaged on July 7th and released > on July 9th which is a small 2 weeks from now to get any remaining > changes of such in. > > If you are in doubt about whether or not your change would be > considered a 'feature' or have any other questions, then feel free to > mail us RMs or reply here. I would really like to see directly calling a string of "Class::method" be fixed for 7.0. It's currently resulting in a fatal error and is inconsistent with call_user_func[_array], is_callable and the callable type-hint. There is also a PR open since April 2014 : https://github.com/php/php-src/pull/659 > > > Thanks, > Kalle, Anatol & Ferenc >