Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22457 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34429 invoked by uid 1010); 15 Mar 2006 15:05:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34414 invoked from network); 15 Mar 2006 15:05:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2006 15:05:57 -0000 X-Host-Fingerprint: 217.160.172.43 mail.anderiasch.de Received: from ([217.160.172.43:51934] helo=mail.anderiasch.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 83/9A-55982-45D28144 for ; Wed, 15 Mar 2006 10:05:56 -0500 Received: from [127.0.0.1] (ppp-82-135-7-159.mnet-online.de [82.135.7.159]) by mail.anderiasch.de (Postfix) with ESMTP id 66DF31004BB2; Wed, 15 Mar 2006 16:05:52 +0100 (CET) Message-ID: <44182D50.8080109@anderiasch.de> Date: Wed, 15 Mar 2006 16:05:52 +0100 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 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] phps line numbering From: ml@anderiasch.de (Florian Anderiasch) Kevin Waterson schrieb: > 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 Hello Kevin, I haven't tested this - but if phps output is numbered, it will be completely cluttered and you can't copy-paste anymore. Exactly when *displaying* code so that people can adapt it that's a quite bad idea then imho. Rather add another extension and leave .phps like it is. Greetings, Florian