Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47857 invoked by uid 1010); 13 Aug 2005 12:58:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47842 invoked from network); 13 Aug 2005 12:58:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 12:58:17 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:37629] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F1/05-33075-86EEDF24 for ; Sat, 13 Aug 2005 08:58:16 -0400 Received: from [192.168.1.3] (dsl-082-083-248-129.arcor-ip.net [82.83.248.129]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 4154035C270; Sat, 13 Aug 2005 15:17:41 +0200 (CEST) Date: Sat, 13 Aug 2005 14:58:26 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <327674995.20050813145826@marcus-boerger.de> To: Derick Rethans Cc: Sara Golemon , internals@lists.php.net In-Reply-To: References: <42FCE0E4.604@lerdorf.com> <005001c59f70$9bc3ef70$5c8be5a9@ohr.berkeley.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: helly@php.net (Marcus Boerger) Hello Derick, Saturday, August 13, 2005, 2:17:52 PM, you wrote: > On Fri, 12 Aug 2005, Sara Golemon wrote: >> > 7. Make identifiers case-sensitive >> > >> Or perhaps optionally case sensitive? I dunno, I've made my peace with PHP >> being (mostly) case-insensitive. > We can't make it optional... that would be just too much problems for > writing portable scripts. hu? How isn't always using the right casing un-portable if allowing case-insensitivity also? You mean becuase one might use function bullshit()...and function Bullshit()...and function bullShit()...? If so, i guess you know how to write portable apps - test them with everything supported - in this case with and w/o case-insensitivity. Thus your argument is untrue. And the try of disproval above, look at the used names. Best regards, Marcus