Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22455 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19852 invoked by uid 1010); 15 Mar 2006 14:53:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19837 invoked from network); 15 Mar 2006 14:53:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2006 14:53:59 -0000 X-Host-Fingerprint: 212.227.48.61 mayflowerholding.com Linux 2.5 (sometimes 2.4) (4) Received: from ([212.227.48.61:56722] helo=s15175637.rootmaster.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 90/F7-55982-68A28144 for ; Wed, 15 Mar 2006 09:53:59 -0500 Received: (qmail 16811 invoked by uid 2520); 15 Mar 2006 15:53:55 +0100 Received: from 82.135.68.143 by s15175637 (envelope-from , uid 2020) with qmail-scanner-1.25st (uvscan: v4.4.00/v4716. spamassassin: 3.0.3. perlscan: 1.25st. Clear:RC:0(82.135.68.143):SA:0(-0.6/7.0):. Processed in 2.345781 secs); 15 Mar 2006 14:53:55 -0000 X-Spam-Status: No, hits=-0.6 required=7.0 Received: from ppp-82-135-68-143.mnet-online.de (HELO ?192.168.1.102?) (82.135.68.143) by mayflowerholding.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 15 Mar 2006 15:53:53 +0100 To: internals@lists.php.net Date: Wed, 15 Mar 2006 15:52:35 +0100 User-Agent: KMail/1.9.1 Cc: Ilia Alshanetsky , Kevin Waterson References: <20060316010210.5f76c9f5.kevin@oceania.net> <441828B4.4030007@prohost.org> In-Reply-To: <441828B4.4030007@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200603151552.36965.johannes@php.net> Subject: Re: [PHP-DEV] phps line numbering From: johannes@php.net (Johannes Schlueter) Hi Ilia et al., the patch is older than PHP 6 and back then there was nobody interested in committing it so it wasn't brought to HEAD, yet. But I'll do that if the patch itself is being accepted. johannes On Wednesday 15 March 2006 15:46, Ilia Alshanetsky wrote: > I'd consider it for PHP6, but not for PHP5.1 at least not at this time. > > Ilia > > Kevin Waterson wrote: > > Addition of line numbering to phps > > This is a rather simple addition and will be benificial to all who use > > phps for debugging and/or displaying code. Its a simple diff to > > zend_highlight.c > > > > Patches have been written and languish simply awaiting inclusion in HEAD > > > > Can we have a show of hands of those who would like this? > > 5.1 patch can be viewed here: > > http://svn.schlueters.de/phpatches/PHP_5_1/zend_highlight_ol.diff > > > > Any real reason this cannot be included? > > > > Kind regards > > kevin