Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60248 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60960 invoked from network); 20 Apr 2012 23:56:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2012 23:56:21 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:58400] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/9F-63732-3A7F19F4 for ; Fri, 20 Apr 2012 19:56:20 -0400 Received: from [192.168.2.230] (unknown [88.217.87.119]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 9965F6141D; Sat, 21 Apr 2012 01:56:16 +0200 (CEST) To: Stefan Neufeind Cc: internals@lists.php.net In-Reply-To: <4F91EE62.8080400@php.net> References: <4F91EE62.8080400@php.net> Content-Type: text/plain; charset="UTF-8" Date: Sat, 21 Apr 2012 01:56:04 +0200 Message-ID: <1334966164.2851.1.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Complete case-sensitivity in PHP From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2012-04-21 at 01:16 +0200, Stefan Neufeind wrote: > I think we might possibly add a > special kind of "deprecation" where the non-matching case would still > work but (if you activate those deprecation-warnings) would trigger > warnings so you can clean up your code. yay - two lookups instead of one ;-) and what would you do in this strange, but possible case: The functions Foo() and FOO() exist but the user calls foo()? johannes