Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85443 invoked from network); 10 Oct 2014 20:43:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Oct 2014 20:43:28 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.51 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.216.51 mail-qa0-f51.google.com Received: from [209.85.216.51] ([209.85.216.51:61332] helo=mail-qa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/D1-06615-0F448345 for ; Fri, 10 Oct 2014 16:43:28 -0400 Received: by mail-qa0-f51.google.com with SMTP id k15so2214158qaq.10 for ; Fri, 10 Oct 2014 13:43:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=lwsYR/S47dBMsmtGMedTQ7c5v83VKJtndqgFNFfe9dw=; b=0XP59QtpoQ9whHgLe2mOZ0IN233Np91bhHgExGsvLv4P7Atltb2OCzJjF1GdAM2v1j Ng62w1h9cAs40Klth3CT/WJUAJjXVpNz1W5QS1laBg4Ievs/m2jcgTxt+uvamInR+3Gm 5ync3TPRf8FFnDE3UqZBwvKistochspnz3Zg9K0Iu7KzlEeznYNdra3+cQWajqXaBe0/ PdlvUQExTuR+tfZzMK8l/3PQ5yVcqhe8OKvHWzqMvI7sELZos2/NM77JYJUAD3iEBUwg eD9YR6LNwsS67fZLq31f9Y1xiD0iQEGvFkRQecW+YYP7MZti7/9/FQGAAAbBl7ezH5HM ToAA== X-Received: by 10.229.29.3 with SMTP id o3mr12396426qcc.10.1412973805262; Fri, 10 Oct 2014 13:43:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.97.139 with HTTP; Fri, 10 Oct 2014 13:43:05 -0700 (PDT) In-Reply-To: References: <4D642F36-81F2-42DD-876D-78B4B8368214@ajf.me> Date: Fri, 10 Oct 2014 22:43:05 +0200 Message-ID: To: Kris Craig Cc: Andrea Faulds , PHP Internals List Content-Type: multipart/alternative; boundary=001a1134bbbebd5fc105051799eb Subject: Re: [PHP-DEV] Deprecation of func_get_args(), call_user_func_array() and related API From: ocramius@gmail.com (Marco Pivetta) --001a1134bbbebd5fc105051799eb Content-Type: text/plain; charset=UTF-8 On 10 October 2014 22:39, Kris Craig wrote: > The call_user_func() and call_user_func_array() functions are used all > over the place. I see absolutely no gain, whatsoever in removing them and > forcing developers to write their own userland variants instead. > > --Kris > > Of course they are, but that's obviously because any codebase written so far didn't have PHP 5.6 support :-) The main point here is moving forward and killing API that has no use-case anymore (and has to be maintained). Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a1134bbbebd5fc105051799eb--