Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10381 invoked by uid 1010); 24 Apr 2004 12:14:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10357 invoked from network); 24 Apr 2004 12:14:22 -0000 Received: from unknown (HELO spawn.leetspeak.org) (217.28.101.185) by pb1.pair.com with SMTP; 24 Apr 2004 12:14:22 -0000 Received: (qmail 5395 invoked from network); 24 Apr 2004 14:14:49 +0200 Received: from pd9e55460.dip.t-dialin.net (HELO leetspeak.org) (cm@217.229.84.96) by molly.zwonet.de with AES256-SHA encrypted SMTP; 24 Apr 2004 14:14:49 +0200 Message-ID: <408A5A16.5000005@leetspeak.org> Date: Sat, 24 Apr 2004 14:14:14 +0200 User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <4089E106.4040409@akbkhome.com> <408A138C.2010801@cschneid.com> In-Reply-To: <408A138C.2010801@cschneid.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Performance Consideration of 1 class per file From: cm@leetspeak.org (Michael Walter) Christian Schneider wrote: > [...] > I guess someone _that_ considered about performance could easily do a > cat *.php | grep -v require | php -w >app.lib > or the like and include app.lib. Well yeah, it gets slightly harder when you dynamically require modules. Cheers, Michael