Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88877 invoked from network); 26 Jan 2014 19:32:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 19:32:48 -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.182 as permitted sender) X-PHP-List-Original-Sender: kristopherwilson@gmail.com X-Host-Fingerprint: 209.85.223.182 mail-ie0-f182.google.com Received: from [209.85.223.182] ([209.85.223.182:43341] helo=mail-ie0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/12-12631-ED265E25 for ; Sun, 26 Jan 2014 14:32:47 -0500 Received: by mail-ie0-f182.google.com with SMTP id lx4so4948103iec.41 for ; Sun, 26 Jan 2014 11:32:44 -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=dO3KMY5Cm280w6VAxLGk4CNmRu/veu6CtVkzOd+mmfU=; b=IMZxRPtFi7WZyMz4Oe7RBGMRA2UsSjM1fV9/jiwk1dMHRmetf+1eshu/EOGXxmc3Xz c2ykdKv6SEElRYq7QChJA4qiIcDc445h2Ra4yhRXD0bSttRrR+rDhGXdRfFkY8SN/wFJ 1OmSKRLlu23FDePoCaKwX+ffwovMNnnhd4JewzTC2mRoI2WQx2QXEU0hzGDbLwqI1lgj wbTJ7XBNla8EIGW3O3akoRQ/zPHbmx7c5xw/nELzSuYewAhJb+gRxUiFQLGBHDwFZ612 sDj87Xx02kUbPhGm1lOo2yGIjDSyOMc5NAw0UTj0V4OeEvv9ghW9bLpSGAWOb/g+UgrQ PnQA== MIME-Version: 1.0 X-Received: by 10.50.61.234 with SMTP id t10mr14252424igr.32.1390764763947; Sun, 26 Jan 2014 11:32:43 -0800 (PST) Received: by 10.64.14.161 with HTTP; Sun, 26 Jan 2014 11:32:43 -0800 (PST) In-Reply-To: <52E55D0F.3030308@ajf.me> References: <52E55D0F.3030308@ajf.me> Date: Sun, 26 Jan 2014 14:32:43 -0500 Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7bdc07e2b8a9b304f0e4a770 Subject: Re: [PHP-DEV] PHP and case-sensitivity inconsistency in PHP 6 From: kristopherwilson@gmail.com (Kristopher) --047d7bdc07e2b8a9b304f0e4a770 Content-Type: text/plain; charset=ISO-8859-1 I think having a case sensitive nature would be very helpful to the language, especially in terms of portability in the age of autoloaders and translating class names to directory paths. I'm all for this. On Sun, Jan 26, 2014 at 2:07 PM, Andrea Faulds wrote: > Good evening all, > > With the recent discussions making it likely we'll start thinking about > things to add, and more importantly, break in PHP 6, I'd like to bring up > the topic of case-sensitivity in PHP again. > > Would it be possible for us to finally be consistent in PHP 6, with > everything being case-sensitive (or case-insensitive, as the case may be)? > It would be a quite major backwards-compatibility break, but it would also > be one that an automated tool could easily fix your code for. Perhaps > something like Python's 2to3. > > Thoughts? > -- > Andrea Faulds > http://ajf.me/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7bdc07e2b8a9b304f0e4a770--