Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39069 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98922 invoked from network); 17 Jul 2008 19:15:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2008 19:15:38 -0000 X-Host-Fingerprint: 200.150.147.21 unknown Received: from [200.150.147.21] ([200.150.147.21:13778] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/4E-31728-65A9F784 for ; Thu, 17 Jul 2008 15:15:36 -0400 Message-ID: To: internals@lists.php.net Date: Thu, 17 Jul 2008 16:18:08 -0300 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 References: <486FA5FB.1000300@php.net> <4872B5D4.1000205@zend.com> <4877CE04.4070104@chiaraquartet.net> <487F880B.2090002@zend.com> <6A0D6007-9076-466B-9AF8-018451145466@pooteeweet.org> <487F96E0.1050208@zend.com> In-Reply-To: <487F96E0.1050208@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 200.150.147.21 Subject: Re: towards a 5.3 release From: rodrigo.saboya@bolsademulher.com (Rodrigo Saboya) Stanislav Malyshev escreveu: > Hi! > >> Of course its predictable. What Greg meant is "error prone". The >> difference is if we want to by default lower the chance of programming >> mistakes or ensure maximum performance with little effort for users >> with autoload (and long include path lists). > > I think silent performance disaster is much worse than error message > which makes it obvious what the mistake was. > I agree with Stanislav. In fact, average PHP user will read the error message and change the code to make it work, but will have no clue the performance of his script is hindered by some massive obscure autoload look-up and might get the wrong idea that "PHP is slow" if he doesn't profile his code correctly. Just my 2 cents. -- Rodrigo Saboya