Re: some thoughts about php 6

From: Date: Tue, 28 Jan 2014 16:34:55 +0000
Subject: Re: some thoughts about php 6
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
On Tue, Jan 28, 2014 at 9:32 AM, Pierre Joye <[email protected]> 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.


Thread (34 messages)

« previous php.internals (#71680) next »