Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65216 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28176 invoked from network); 26 Jan 2013 17:14:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2013 17:14:05 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:61590] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/F3-33516-ADE04015 for ; Sat, 26 Jan 2013 12:14:03 -0500 Received: by mail-vc0-f179.google.com with SMTP id gb23so1006894vcb.38 for ; Sat, 26 Jan 2013 09:14:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=H7fR2b1yv6dQdm7ZFxoFdfCPuW2PlHg2Y37U6oQUGbc=; b=pbDe/Dkjdo9IisuPIn1v0MbA2CZtXeWjQSdnF6S1ah1Pwa5BWSUh77bMh35rJkpY7Y aUVgn2oSjR7XfBPslDkFyz+H4Yhs1oMMgjNkx3SNajZgdkkNGx/xfE4t3RVnP/XppFVo y7rvAHo65pmjk1PT+BNbDhdUIzvpQ6GqkqPfsKWeLoQL4gAbrCRWei531rUiKRExfsC5 LySd1UAXOrcByq/brCb7Fcm8aX3qjRSr1as1hrT+qQ4Hll3mHXYv95zC6YfHv9r8eFpH 8dyUyzIh68SvsLMngGf/ZBpqegvAq8ti/kzGyBTQUxle7dMLF6OLjA4bKJhN2F8THEJW EbBg== MIME-Version: 1.0 X-Received: by 10.220.150.210 with SMTP id z18mr9916979vcv.2.1359220439949; Sat, 26 Jan 2013 09:13:59 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.58.180.10 with HTTP; Sat, 26 Jan 2013 09:13:59 -0800 (PST) In-Reply-To: References: Date: Sat, 26 Jan 2013 18:13:59 +0100 X-Google-Sender-Auth: 6_AxKAy9aq24nn26mqG_eqBGsTI Message-ID: To: =?ISO-8859-2?Q?Damian_Tylczy=F1ski?= Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] I think that "Function naming inconsistency" bug deservers more attention From: kalle@php.net (Kalle Sommer Nielsen) Hi 2013/1/25 Damian Tylczy=C5=84ski : > I've seen discussion on reddit > http://www.reddit.com/r/PHP/comments/174qng/lets_make_phps_function_names= _consistent/ There is one really clean solution to this "problem" for the consistency Guys that tend to complain about PHP endlessly; write the aliases in PHP that can be included, which can be considered just like using one of the frameworks thats filled with functions, it can be written quite fast and you can even use auto_prepend_file to include it in all scripts. As said in countless mails above, there is no gain for breaking BC due to "perfection". --=20 regards, Kalle Sommer Nielsen kalle@php.net