Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36483 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3216 invoked from network); 25 Mar 2008 10:28:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2008 10:28:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:53470] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/12-27660-0B3D8E74 for ; Tue, 25 Mar 2008 05:28:02 -0500 Received: from dhcp-172-28-202-230.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 145D911EFA9; Tue, 25 Mar 2008 11:27:58 +0100 (CET) Date: Tue, 25 Mar 2008 11:27:57 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <505001029.20080325112757@marcus-boerger.de> To: Dmitry Stogov CC: PHP Internals List In-Reply-To: <47E8D19C.6090608@zend.com> References: <47E8D19C.6090608@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] re2c scanner issue From: helly@php.net (Marcus Boerger) Hello Dmitry, Tuesday, March 25, 2008, 11:19:08 AM, you wrote: > Hi Marcus, > The ext/tokenizer/tests/token_get_all_variation17.phpt is probably the There are probably more changes coming so there is not so much need to change this part right now. > last broken test. It has a memleak. I am not trying to fix it because > you should know it much better, also re2c scanner is not ported to HEAD > yet and you may keep changes that must be ported. Yep we're aware of this. Right now Scott is doing the MFB to HEAD part and last time I talked with him he made pretty good progress. I updated a lot of stuff in re2c to give myself more freedom in how to address the task of bringing back multibyte support back in. I also started on the PHP side and fixed quite a bunch of issues in the multibyte code so far. The good news is that my normal build still works as expected. > BTW PHP_5_3 became faster. Good work! Good to hear from others. Did you do any profiling you could share? Best regards, Marcus