Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24691 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93896 invoked by uid 1010); 19 Jul 2006 15:47:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93878 invoked from network); 19 Jul 2006 15:47:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2006 15:47:53 -0000 X-PHP-List-Original-Sender: lsmith@php.net X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:34478] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id AD/D1-11992-9245EB44 for ; Wed, 19 Jul 2006 11:47:53 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id B9DBDDF000B; Wed, 19 Jul 2006 18:30:41 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27066-08; Wed, 19 Jul 2006 18:30:33 +0200 (CEST) Received: from [127.0.0.1] (i577B448F.versanet.de [87.123.68.143]) by ipx11223.ipxserver.de (Postfix) with ESMTP id BD203DF001D; Wed, 19 Jul 2006 18:30:32 +0200 (CEST) Message-ID: <44BE5413.5000902@php.net> Date: Wed, 19 Jul 2006 17:47:31 +0200 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Ilia Alshanetsky Cc: Ron Korving , internals@lists.php.net References: <53CE8C91-B388-4DC8-81B1-15B7F17C3162@prohost.org> <68.5D.11992.C905EB44@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Re: Date flamewar summary From: lsmith@php.net (Lukas Smith) Ilia Alshanetsky wrote: > Class names are not case sensitive, so it does not matter if it is > FooBar or fooBar or even FoObAR. Ilia, since PHP5 we are case preserving. So it does matter, though only stylistically, not technically. regards, Lukas