Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28091 invoked from network); 20 Dec 2014 22:55:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2014 22:55:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.216 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.216 imap10-3.ox.privateemail.com Received: from [192.64.116.216] ([192.64.116.216:53219] helo=imap10-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/72-12790-C4EF5945 for ; Sat, 20 Dec 2014 17:55:08 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 7D86F2400C3; Sat, 20 Dec 2014 17:55:05 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap10.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap10.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tpK-jfOTJgGs; Sat, 20 Dec 2014 17:55:05 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 8C9582400C2; Sat, 20 Dec 2014 17:55:04 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <20141220225219.GH11370@phcomp.co.uk> Date: Sat, 20 Dec 2014 22:55:02 +0000 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <000c01d01ca0$7e70c850$7b5258f0$@yahoo.fr> <20141220225219.GH11370@phcomp.co.uk> To: Alain Williams X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] Proposal for PHP 7 : case-sensitive symbols From: ajf@ajf.me (Andrea Faulds) Hey Alain, > On 20 Dec 2014, at 22:52, Alain Williams wrote: >=20 > On Sat, Dec 20, 2014 at 10:45:39PM +0000, Andrea Faulds wrote: >=20 >> I would like to see more case uniformity, but I think this is the = less practical direction. Instead of making everything case-sensitive, = we should make everything case-insensitive, which would break far less = stuff, and is a smaller change. That=E2=80=99d mean constants, variable = names and properties would need changing, everything else is already = case-insensitive.=20 >=20 > As I said: this is only partly true; true if you are a Brit or a Yank = ... > everyone else who has alphabetics that are represented by bytes with = the top bit > set sees them as case sensitive in those parts. That=E2=80=99s true. Although mixing English and another language in = source code isn=E2=80=99t a terribly good idea anyway. > It is a BC break, but a very unusual one in that once code is fixed = in, say PHP > 7, it would continue to work when copies back to a PHP 5 environment. This isn=E2=80=99t that unusual among BC breaks, honestly. Thanks. -- Andrea Faulds http://ajf.me/