Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18045 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2653 invoked by uid 1010); 14 Aug 2005 10:43:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2638 invoked from network); 14 Aug 2005 10:43:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2005 10:43:50 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:57800] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CF/DA-33075-4602FF24 for ; Sun, 14 Aug 2005 06:43:48 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j7EAhjXe016070 for ; Sun, 14 Aug 2005 12:43:45 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j7EAhglN016049; Sun, 14 Aug 2005 12:43:43 +0200 Date: Sun, 14 Aug 2005 12:43:40 +0200 (CEST) X-X-Sender: derick@localhost To: Marcus Boerger cc: Sara Golemon , internals@lists.php.net In-Reply-To: <327674995.20050813145826@marcus-boerger.de> Message-ID: References: <42FCE0E4.604@lerdorf.com> <005001c59f70$9bc3ef70$5c8be5a9@ohr.berkeley.edu> <327674995.20050813145826@marcus-boerger.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: derick@php.net (Derick Rethans) On Sat, 13 Aug 2005, Marcus Boerger wrote: > 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. Yes, I know how to do that, but I'm not everybody. I already see people doing: function FooBar() { } fooBar(); or: GetImageSize() in their script. This will work fine if your ini setting says that it is allowed, but as soon as you move it to a server where the setting is set to off, your application stops working. So there is definitely an issue here. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org