Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18698 invoked from network); 28 Jan 2014 16:52:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2014 16:52:10 -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.215.51 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-la0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:53900] helo=mail-la0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/33-01140-530E7E25 for ; Tue, 28 Jan 2014 11:52:06 -0500 Received: by mail-la0-f51.google.com with SMTP id c6so572740lan.24 for ; Tue, 28 Jan 2014 08:52:02 -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=Oc15Q0qboIwV5LHJRMjYN7EnGzW6FPFpRfjZpOVnFNw=; b=tJquS0eiBTkXScjfnBwlOiiN0bYFL1SGNIWNQMFMM4lsPgUa/8F74/03dH9eYccUGw 4/A1GDr78hqoo2p/0VJnf0QFPl86C2hHoSKctmMl5q1f5438iohybGgs30+JvYJI/pls J1iZX9jPcVah9rvyVpdVQTv/F09q5zUQRaKv3LdhRUBNeyMZIw5Kd7vIi8TyBnQ8x5tX BOTuJQBLu5IJay0jZIs86aZqf8X/6SooyQQKT+g3z+Vgfe8icBk9eKWDnEBJI/MVX1n0 bcaLUFZVWe35xr9nzFp/zt93tgEzCaxKyTH+ND+sCvDIDSqP8bXK6XqYrio8+SmkVOaS 6yFA== MIME-Version: 1.0 X-Received: by 10.112.126.164 with SMTP id mz4mr2217lbb.52.1390927922503; Tue, 28 Jan 2014 08:52:02 -0800 (PST) Received: by 10.112.35.163 with HTTP; Tue, 28 Jan 2014 08:52:02 -0800 (PST) In-Reply-To: References: Date: Tue, 28 Jan 2014 17:52:02 +0100 Message-ID: To: Kristopher Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] some thoughts about php 6 From: pierre.php@gmail.com (Pierre Joye) On Tue, Jan 28, 2014 at 5:34 PM, Kristopher wrote: > 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. We are not talking about file paths here but method, function, constant names. Cheersm -- Pierre @pierrejoye | http://www.libgd.org