Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35905 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68738 invoked from network); 3 Mar 2008 10:22:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2008 10:22:23 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; 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:59362] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/17-29055-A51DBC74 for ; Mon, 03 Mar 2008 05:22:21 -0500 Received: from dhcp-172-28-202-237.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 080AC11F381; Mon, 3 Mar 2008 11:22:15 +0100 (CET) Date: Mon, 3 Mar 2008 11:22:14 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <205738683.20080303112214@marcus-boerger.de> To: Derick Rethans CC: internals@lists.php.net In-Reply-To: References: <1706278209.20080302232134@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Replace the flex-based scanner with an re2c [1] based lexer From: helly@php.net (Marcus Boerger) Hello Derick, actually you get a message (E_COMPILE_WARNING) that this is not supported. Maybe we could turn this into an E_NOTICE though. marcus Monday, March 3, 2008, 9:28:01 AM, you wrote: > On Sun, 2 Mar 2008, Marcus Boerger wrote: >> However, we had to drop multibyte support as well as the encoding >> declare. > Just wondering, why did you have to drop the "declare(encoding=...)" ? > It's just ignored in PHP 5.x - and it is useful to have for migrating > php 5.3 apps to 6. So can you atleast make the new parser just ignore > this statement? > regards, > Derick > -- > Derick Rethans > http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org Best regards, Marcus