Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25447 invoked from network); 25 Jun 2015 19:31:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2015 19:31:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=aaron@icicle.io; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=aaron@icicle.io; sender-id=pass Received-SPF: pass (pb1.pair.com: domain icicle.io designates 199.38.81.6 as permitted sender) X-PHP-List-Original-Sender: aaron@icicle.io X-Host-Fingerprint: 199.38.81.6 mercury.negativeion.net Received: from [199.38.81.6] ([199.38.81.6:65320] helo=mercury.negativeion.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/10-24641-1175C855 for ; Thu, 25 Jun 2015 15:31:30 -0400 Received: from localhost (localhost [127.0.0.1]) by mercury.negativeion.net (Postfix) with ESMTP id 5297D271B778 for ; Thu, 25 Jun 2015 15:31:26 -0400 (EDT) X-Virus-Scanned: amavisd-new at negativeion.net Received: from mercury.negativeion.net ([127.0.0.1]) by localhost (mercury.negativeion.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8ipLAF4--SjI for ; Thu, 25 Jun 2015 15:31:26 -0400 (EDT) Received: from mars.local (unknown [173.225.158.77]) by mercury.negativeion.net (Postfix) with ESMTPSA id AEBDC271B76E for ; Thu, 25 Jun 2015 15:31:25 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) In-Reply-To: <558C51CA.9080905@mabe.berlin> Date: Thu, 25 Jun 2015 14:31:24 -0500 Content-Transfer-Encoding: quoted-printable Message-ID: <7081B2CC-D7DB-419B-9C8F-1CB6B7009256@icicle.io> References: <558C51CA.9080905@mabe.berlin> To: internals@lists.php.net X-Mailer: Apple Mail (2.2098) Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze From: aaron@icicle.io (Aaron Piotrowski) > On Jun 25, 2015, at 2:08 PM, Marc Bennewitz wrote: >=20 > 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. >=20 > There is also a PR open since April 2014 : = https://github.com/php/php-src/pull/659 >=20 Actually this has already been fixed for PHP 7, see this commit: = https://github.com/php/php-src/commit/071111ecfc7ba9dabc4dfb2a068744b76540= 308b Thanks, Aaron Piotrowski=