Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86515 invoked from network); 11 Mar 2009 22:17:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2009 22:17:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=shire@tekrat.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=shire@tekrat.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain tekrat.com from 208.43.138.18 cause and error) X-PHP-List-Original-Sender: shire@tekrat.com X-Host-Fingerprint: 208.43.138.18 sizzo.org Linux 2.6 Received: from [208.43.138.18] ([208.43.138.18:53890] helo=sizzo.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/00-09289-B6838B94 for ; Wed, 11 Mar 2009 17:17:16 -0500 Received: from shirebook.local (unknown [99.13.242.166]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by sizzo.org (Postfix) with ESMTPSA id 83C44CBE631; Wed, 11 Mar 2009 15:17:12 -0700 (PDT) Message-ID: <49B83866.1040106@tekrat.com> Date: Wed, 11 Mar 2009 15:17:10 -0700 User-Agent: Postbox 1.0b9 (Macintosh/2009030821) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Internals List References: <49B57F4F.9080901@tekrat.com> In-Reply-To: <49B57F4F.9080901@tekrat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.3 items From: shire@tekrat.com (shire) shire wrote: > > Hey Lukas, > > Just a heads up that I should have a fix for this soonish, just running > some more tests to make sure everything works as expected (I assume > nobody else has started work on this): > > 9. tokenizer misses last single-line comment > (http://bugs.php.net/bug.php?id=46817) Ok, just checked this in, let me know if I missed anything or if there's any issues. I noticed that CVS HEAD seemed to have dos line feeds and some other bad merge stuff so those where fixed as a side affect of my commit. This should also correct some highlighting bugs that were introduced (see the fix to the highlight_file test). -shire