Re: some thoughts about php 6

From: Date: Wed, 29 Jan 2014 16:05:50 +0000
Subject: Re: some thoughts about php 6
References: 1 2 3  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
On 28.01.2014 20:54, Andrey Hristov wrote:
On 28.01.2014 18:34, Kristopher wrote:
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.
then you are missing staging/CI servers on Linux to catch the problem.
not the language is silly, the developers are. Why C doesn't forbid out of range accesses on arrays. Is the language silly?
Best, Andrey
Andrey

Thread (34 messages)

« previous php.internals (#71732) next »