Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69735 invoked from network); 17 Jul 2008 18:35:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2008 18:35:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:17193] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/D7-31728-7D09F784 for ; Thu, 17 Jul 2008 14:35:03 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 17 Jul 2008 21:35:31 +0300 Received: from [192.168.16.110] ([192.168.16.110]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 17 Jul 2008 11:35:26 -0700 Message-ID: <487F90EE.9070808@zend.com> Date: Thu, 17 Jul 2008 11:35:26 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: Greg Beaver , PHP Developers Mailing List , Dmitry Stogov References: <486FA5FB.1000300@php.net> <4872B5D4.1000205@zend.com> <4877CE04.4070104@chiaraquartet.net> <487F8984.8030309@zend.com> <859F4F21-EE69-4129-AA73-ADE44CC49746@pooteeweet.org> In-Reply-To: <859F4F21-EE69-4129-AA73-ADE44CC49746@pooteeweet.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Jul 2008 18:35:26.0728 (UTC) FILETIME=[E1B18080:01C8E83B] Subject: Re: [PHP-DEV] Re: towards a 5.3 release From: stas@zend.com (Stanislav Malyshev) Hi! > There is nothing wrong with autoload. However it adds overhead so if you > want super duper high performance, you use explicit includes/requires > with absolute paths instead. In most cases, it is not practical - code with autoload in 99.9% of cases would be more robust, more maintainable and more readable - and in some cases, more performing too - than code using explicit full-path includes. So if we talking about regular people using PHP and caring for performance, autoload is certainly something not to discount. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com