Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70898 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63217 invoked from network); 28 Dec 2013 08:06:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2013 08:06:13 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.179 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.192.179 mail-pd0-f179.google.com Received: from [209.85.192.179] ([209.85.192.179:46492] helo=mail-pd0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/11-56949-4768EB25 for ; Sat, 28 Dec 2013 03:06:12 -0500 Received: by mail-pd0-f179.google.com with SMTP id r10so9775337pdi.10 for ; Sat, 28 Dec 2013 00:06:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7FiYqW2tWAHhdEYk+P8rbnEDeUjZxHux1Wl/mojyP74=; b=LICnPv/ZiEY3R1LzY9O4LulzeLgjEl+GuFL/LuarBx2uR9/71Z+iM128ocSxTQpjKu VCqERCpazZ+Ti1HE0Jc0BPwKYzOEICKiz5yEAO/Yay9b7ede3ez/WOwaxc1yoZEGdug4 ZPV1h2jHpGq/a3J66Gi+owBPaSW6DWUeoQTg7IFvueQfYf5t0KkaGREcv1q3BU8k2BIw n7dnOodY3Sg9e8qaLd4Dm8YkNNkdvZEV+5Acp76dH1SxL7e9ZVmhafuadEeP/CaWPui6 KpdFuwPUfWi/2naDB3+5RHObpiws0HNUb+MvzW4cMeP8CU/60oiF3FqxOiD6CYKZTQPT LATw== MIME-Version: 1.0 X-Received: by 10.66.163.164 with SMTP id yj4mr55385804pab.91.1388217969676; Sat, 28 Dec 2013 00:06:09 -0800 (PST) Received: by 10.68.183.4 with HTTP; Sat, 28 Dec 2013 00:06:09 -0800 (PST) In-Reply-To: References: Date: Sat, 28 Dec 2013 00:06:09 -0800 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [PHP6] Function name consistency From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Dec 27, 2013 at 10:57 PM, Yasuo Ohgaki wrote: > There are many functions that violate this for historical reason. > Since PHP has function alias feature by default, function names that > violate this standard could be renamed and keep historic names as aliases. > There was a fork at some point (few months (years?) ago) that tried something like that.. Noone cared. I have a local alias list='ls' cause I never remember that command to list the contents of a directory. I tried to fix it upstream, but ... -Hannes