Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10024 invoked from network); 20 Apr 2012 15:39:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2012 15:39:52 -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:58911] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/B7-63732-643819F4 for ; Fri, 20 Apr 2012 11:39:51 -0400 Received: from [192.168.2.20] (unknown [84.57.31.194]) (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 4D8B161328; Fri, 20 Apr 2012 17:39:47 +0200 (CEST) To: Tom Boutell Cc: PHP Internals In-Reply-To: References: <30.B3.63732.E01619F4@pb1.pair.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 20 Apr 2012 17:39:20 +0200 Message-ID: <1334936360.2174.120.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Complete case-sensitivity in PHP From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2012-04-20 at 09:21 -0400, Tom Boutell wrote: > Yup - a one time transition would be preferable to that. Then the question is: Why? What's the benefit from a break? Is there a need to have imagecreatefrompng() next to a ImageCreateFromPNG()? Or is the reason to be a tiny bit faster? Or is the reason to break "everything" "just" for consistency? johannes