Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86879 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25238 invoked from network); 25 Jun 2015 19:31:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2015 19:31:21 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.18 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.18 mout.gmx.net Received: from [212.227.15.18] ([212.227.15.18:61047] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/00-24641-2075C855 for ; Thu, 25 Jun 2015 15:31:15 -0400 Received: from [192.168.0.100] ([95.89.139.132]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MegbQ-1ZRvZH13km-00OCgo; Thu, 25 Jun 2015 21:31:11 +0200 Message-ID: <558C5705.9040604@gmx.de> Date: Thu, 25 Jun 2015 21:31:17 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Marc Bennewitz , internals@lists.php.net References: <558C51CA.9080905@mabe.berlin> In-Reply-To: <558C51CA.9080905@mabe.berlin> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:hBkhR7vC+w+PV83NPvgqTLT2gtsOWWuayOCCsJ4GKyBuD+7Zdrq 9zfKyeCabfyjmwG6ce4W+ib0T5s3ry/Kdwg09Gr8ePkkeEEx+QHyxfxSoVY3ZBYjEd4cKr0 dpAB2vkG4d24cnL+puZn3VRFfWBJe5EEt7oa7Qve1zgrajULlSSd+QCkff77ZncRaCFUaUo CbF2D7uQWkaCSLZsRm0bA== X-UI-Out-Filterresults: notjunk:1;V01:K0:U31YVm+IRFU=:H1l0m7VVbDkpC66vfLApLy cSmPo8OKj2mlbGmOZwJELlaOQflqBaNEDOdiPXLj6/Smhpzq14aX+3ebPQWtvgYMzb/PyEb4m JL/yRWAwZQNwkzFkPi/jcKm0KrZxI0Cs6z5FRA44mbOFjeP+ZcOc0xjs+4Dgm81EKPgh8oLj7 50tMWuoY7sXcRMly0EdO5ze9CLBTRDmHGjGobhFadVegdomfOrXFPPGXK26N6HA2vonUbhsn9 mzcQL9vnc//LB7LwI+eQmWtgv2bmkD4cbvJK32tAH3aHBce9/BoEVeFgucB3JGKvH2g2vVl1s CwWYbK924uKzMfCjskiWacKwWGglpICSTHTUZF88FOpq26aqktX5Mxi5zCE+UVQxKgzVOKTOY KlTXGENTT4NIXJnQfpWD3N/3TbwMm8yBkfkpd9FjwqTw0s5jjqoC1wyf6+5nxFCdItii8kZC/ I69eTOSHxJ1nZdckI2zyPQvc4odD31vq+O79IMVMVCrVj3pc3r8wlzMReitoTFP8Ht3XsNaHT 0aimS8YR5IAjTegbFu7z4WMJ8BZFpHmqx6WAEEN5zWjXbeErglmj1dCb9w8Tqv0mVU5VapNlI nnBOVsmZ8kTsn9MqsfftpOkFPZq7ew0saw3tPy8hAXZWl6Hof2pZbA6EPu6mQNLKOLNL4devF IM3pURLraq1NtoCX+FyhY4VE22d6eNqXfWObv5voMGRsrxuTvT+D9JhN2G8eITgouwP8= Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze From: cmbecker69@gmx.de (Christoph Becker) Marc Bennewitz wrote: > 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 Apparently, your PR has been overlooked, but it seems this is already implemented as result of merging PR #1264[1]; see . Can you please verify, and close your PR #659 as appropriate. [1] -- Christoph M. Becker