Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57061 invoked from network); 21 Dec 2014 05:20:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2014 05:20:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:63254] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/41-48452-09856945 for ; Sun, 21 Dec 2014 00:20:16 -0500 Received: by mail-qa0-f46.google.com with SMTP id w8so2154755qac.19 for ; Sat, 20 Dec 2014 21:20:13 -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=U5YvF4vsz3o0HlKrQyqk6HutQxFhYamCah3dBP9ARU8=; b=AHRyXOwA5wjZBEfKO3FTE1WZjlrSrA1Zpt4rbpk5SXZuf+uv90xCAk5O8rFDOjNCZk 047oD4LhL4AFA8X5nlumRd+ubNYSjjawM7B5BCj7BGhg8RXNG9JQEhF/WsJC1RF4jf3M x0HW9n03O3V//a/zQnZzaElGtMfmXaDoD4kGoeRr453t+qUxbZC+E5qNfvF49lbtEPDY m6Iu4xk+ar1MpRj0xhvg1XIYDw8Uc6oLOePPceKpgWqGARzrHHDI8jFRU3iFJXZ+rb1J 2Y9Lqol5Yl/wTvWoDeY4cEDO/ytuq2sYiauPkiFCrhCSwL7N2kMWhnCBi7E5kH0J7Rnn q79w== MIME-Version: 1.0 X-Received: by 10.224.15.78 with SMTP id j14mr27575967qaa.0.1419139213525; Sat, 20 Dec 2014 21:20:13 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sat, 20 Dec 2014 21:20:13 -0800 (PST) In-Reply-To: <000c01d01ca0$7e70c850$7b5258f0$@yahoo.fr> References: <000c01d01ca0$7e70c850$7b5258f0$@yahoo.fr> Date: Sun, 21 Dec 2014 16:20:13 +1100 Message-ID: To: nf.laupretre@yahoo.fr Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Proposal for PHP 7 : case-sensitive symbols From: pierre.php@gmail.com (Pierre Joye) On Sun, Dec 21, 2014 at 9:01 AM, F & N Laupretre wrote: > Hi, > > > > I don't know if this was discussed before. So, tell me what you think before > I write an RFC. > > > > I would like to propose that namespaces, functions, and classes become > case-sensitive (constants are already case-sensitive). Actually, I never > understood why they are case-insensitive. Even if the performance gain is > negligible, I think it could be the right time to question this. I have hard time to see the benefits of breaking so many codes for that. Userland codes use to rely on case sensitivity naming, based on coding standard. But for internals names, it is going to be a major pain. Cheers, Pierre