Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15195 invoked from network); 28 Jan 2014 16:34:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2014 16:34:59 -0000 Authentication-Results: pb1.pair.com header.from=kristopherwilson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kristopherwilson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.173 as permitted sender) X-PHP-List-Original-Sender: kristopherwilson@gmail.com X-Host-Fingerprint: 209.85.223.173 mail-ie0-f173.google.com Received: from [209.85.223.173] ([209.85.223.173:56010] helo=mail-ie0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/82-01140-33CD7E25 for ; Tue, 28 Jan 2014 11:34:59 -0500 Received: by mail-ie0-f173.google.com with SMTP id e14so690374iej.18 for ; Tue, 28 Jan 2014 08:34:55 -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=TohwvV2LvIQECsRSKZQ8D6MUE74f9NkopIR906fqtkM=; b=sH/4273dA3wX2eu7sJCiq72KFCFUsEyZU6q5Z4pdfg+rn0TvpMgxW2HxEQ4kDltcHx JMeIkOPKHc2V+JSeK4YgawyjQaW1BrcSNKuRJPgC8V8iGuySs3/unNV5u+dHkqh3u5yt QbJoTl+LiV9Fygfg4T6x78Dvxdnbi3nO3AP9f09OpBBj6ENFcoyd4E4qvU0I2r33oMLT V7AWltCpAbjsLvgtLnhNwVDGYDOycpDvfIXenPW2di5S/GHBaipz9ulgar0krguHmy6c BoBiilIJqJqzUYH0Fg9tekALhthnmfQSgFzUsfleKagYQJf2xjegho9f/kZv1ftr+Y+/ +IoA== MIME-Version: 1.0 X-Received: by 10.50.45.33 with SMTP id j1mr23722348igm.32.1390926895830; Tue, 28 Jan 2014 08:34:55 -0800 (PST) Received: by 10.64.14.161 with HTTP; Tue, 28 Jan 2014 08:34:55 -0800 (PST) In-Reply-To: References: Date: Tue, 28 Jan 2014 11:34:55 -0500 Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: multipart/alternative; boundary=089e0122f01688ddbe04f10a6776 Subject: Re: [PHP-DEV] some thoughts about php 6 From: kristopherwilson@gmail.com (Kristopher) --089e0122f01688ddbe04f10a6776 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jan 28, 2014 at 9:32 AM, Pierre Joye wrote: > > - Case sensitivity > . Even with ini setting, which will be most likely system wild, will > bring a major breakage for almost every single app out there. I do not > see any gain to do it. > Really? I'd definitely love to see it for class and function names. Have you ever tried to deploy or develop an application with a team on different operating systems, and had the entire code puke because someone accidentally did casing wrong on a class name and the autoloader barfed trying to load the file on a case-sensitive operating system? I work with many developers using silly Mac OS X and it's case insensitive file names. We deal with someone fat-fingering a class name on a regular basis. --089e0122f01688ddbe04f10a6776--