Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33648 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74140 invoked by uid 1010); 4 Dec 2007 16:25:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74125 invoked from network); 4 Dec 2007 16:25:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2007 16:25:15 -0000 Authentication-Results: pb1.pair.com header.from=r.borschel@gmx.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=r.borschel@gmx.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: r.borschel@gmx.net X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Linux 2.5 (sometimes 2.4) (4) Received: from [213.165.64.20] ([213.165.64.20:46415] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/A7-09439-96F75574 for ; Tue, 04 Dec 2007 11:25:14 -0500 Received: (qmail invoked by alias); 04 Dec 2007 16:25:10 -0000 Received: from e178120114.adsl.alicedsl.de (EHLO [192.168.0.2]) [85.178.120.114] by mail.gmx.net (mp043) with SMTP; 04 Dec 2007 17:25:10 +0100 X-Authenticated: #13379417 X-Provags-ID: V01U2FsdGVkX1/UcMwx/SLUFMC8/VGqszPUragRrp/UwddWNd0S6Y Px8wQ7t64ZyVPB Message-ID: <085BD5D7-DC22-40C4-A235-3B967CD4954B@gmx.net> To: internals@lists.php.net In-Reply-To: <47557CD6.6050502@chiaraquartet.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Tue, 4 Dec 2007 17:25:09 +0100 References: <4731278C.8020301@chiaraquartet.net> <4731F977.4080502@zend.com> <4753B087.4020206@chiaraquartet.net> <003601c83582$a1b16fc0$e5144f40$@mcnaught@synergy8.com> <4754807B.80408@zend.com> <7F691D88-687F-4066-AC8E-9CB8E3DB80DB@gmx.net> <47557CD6.6050502@chiaraquartet.net> X-Mailer: Apple Mail (2.915) X-Y-GMX-Trusted: 0 Subject: Re: [PHP-DEV] ignored patches From: r.borschel@gmx.net (Roman Borschel) On Dec 4, 2007, at 5:14 PM, Gregory Beaver wrote: > On the other hand, combining multiple files into a single file results > in line numbers no longer corresponding to the original line numbers > of > the file, adding another translation step when debugging a problem. > Of > course, this is just simple arithmetic, but not all developers will > benefit from this approach, just as not all developers benefit from > using autoload. Thats true but in my case i always deploy the class bundle along with the "original" code so its very easy to switch between using the bundle or using the real sources for debugging purposes. And its also very easy to regenerate/recreate the bundle since this is an automated process. Thanks for the other hints! Regards Roman