Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84313 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58422 invoked from network); 5 Mar 2015 03:43:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 03:43:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:34890] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/AE-56703-EC0D7F45 for ; Wed, 04 Mar 2015 22:43:10 -0500 Received: by qgfh3 with SMTP id h3so3317280qgf.2 for ; Wed, 04 Mar 2015 19:43:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=9VE6l8a1/9nrO2hAHahpZnI3YGwcXHez6CRmggRjp3Y=; b=HfGIxXRpGtG4m3UH/xYJXCLHYtlFcp5ONnrFlD0G7dTQUbtiza3siXPaLORejldfx+ IkahE4nIy6Yr0Ph5rFV7h/K09u8aCYiwZugYNNw51xAb2+IqwspNSqoT5fSEsi5EYQCU fBAxWAn6AwxVWTp279A0qL4W3ub/Mpb2u3c4fexslzoFVokQsCU9WpVdKw0i60za9roz tySJBbDlAIvlb6ZiR+Oj51UaosE+IsVMoT97bk37gNha5An59FiqGkZRJmuXSTN8VLC9 OPdvC5X2+2Db2ykkn7evYevPwmbkFfCkuGnduq3XXTP1L//y851NNEc6oUi2p1V4iUCe KIXQ== X-Received: by 10.55.41.106 with SMTP id p103mr13691080qkh.102.1425526987660; Wed, 04 Mar 2015 19:43:07 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Wed, 4 Mar 2015 19:42:26 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Mar 2015 12:42:26 +0900 X-Google-Sender-Auth: MvBZZtEHtRrzGhFJ5H2AkMr6Vu0 Message-ID: To: Pierre Joye Cc: Leigh , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11406c9ab7a2cb0510825d88 Subject: Re: [PHP-DEV] Consistent function names From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11406c9ab7a2cb0510825d88 Content-Type: text/plain; charset=UTF-8 Hi Pierre, On Thu, Mar 5, 2015 at 8:54 AM, Pierre Joye wrote: > On Wed, Mar 4, 2015 at 1:36 PM, Yasuo Ohgaki wrote: > > Hi Leigh, > > > > On Thu, Mar 5, 2015 at 4:30 AM, Leigh wrote: > > > >> On 1 March 2015 at 11:29, Yasuo Ohgaki wrote: > >> > > >> > Thoughts? > >> > > >> > >> require 'function_aliases.php'; // End of discussion. > >> > >> Maintain it however you want, set it up as a composer package, > >> whatever. Absolutely no reason for this to be in core, and absolutely > >> not worth the trouble it causes. > >> > >> Sorry if this has already been said, but I'm not going to read 60 > >> replies, most of which are probably spam. > >> > > > > Your reply is not a spam at all. > > I will do > > > > require 'function_aliases.php'; // End of discussion. > > > > If PHP has macro or userspace aliasing! > > This is one possible solution for this. > > > > We have class_alias(). We could have function_alias(). > > > > Regards, > > > > P.S. We still carry inconsistent names only, though. > > We may be better do this in PHP. IMHO. > > Is it not time to move to the vote? I am not seeing any value continue > this discussions. We clearly have two camps and I do not see a remote > chance to get them agreed on something (due to the nature of this > proposal). Let vote and move on. With the hope we will be done with > such topic for a while. There are many undecided issues in the RFC. I'll fix these, then start voting. Rowan suggested fixing other issues like parameter ordering. These may be addressed at once. If parameter ordering is fixed, new and old will be separate function. I need to research this issue. If there is good list of functions, I appreciate it. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11406c9ab7a2cb0510825d88--