Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22454 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16319 invoked by uid 1010); 15 Mar 2006 14:46:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16303 invoked from network); 15 Mar 2006 14:46:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2006 14:46:17 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:34150] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1E/87-55982-8B828144 for ; Wed, 15 Mar 2006 09:46:17 -0500 Received: (qmail 32383 invoked from network); 15 Mar 2006 14:46:13 -0000 Received: from prohost.org (HELO ?127.0.0.1?) (70.85.46.36) by prohost.org with SMTP; 15 Mar 2006 14:46:13 -0000 Message-ID: <441828B4.4030007@prohost.org> Date: Wed, 15 Mar 2006 09:46:12 -0500 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Kevin Waterson CC: internals@lists.php.net References: <20060316010210.5f76c9f5.kevin@oceania.net> In-Reply-To: <20060316010210.5f76c9f5.kevin@oceania.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] phps line numbering From: ilia@prohost.org (Ilia Alshanetsky) 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 >