Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74864 invoked from network); 3 Mar 2008 10:38:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2008 10:38:06 -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:43455] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/78-29055-D05DBC74 for ; Mon, 03 Mar 2008 05:38:06 -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 3801011F39B; Mon, 3 Mar 2008 11:38:03 +0100 (CET) Date: Mon, 3 Mar 2008 11:38:02 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1862405105.20080303113802@marcus-boerger.de> To: Derick Rethans CC: internals@lists.php.net In-Reply-To: References: <1706278209.20080302232134@marcus-boerger.de> <205738683.20080303112214@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, ok, for now I changed to not issue any error at all. marcus Monday, March 3, 2008, 11:28:31 AM, you wrote: > On Mon, 3 Mar 2008, Marcus Boerger wrote: >> actually you get a message (E_COMPILE_WARNING) that this is not >> supported. Maybe we could turn this into an E_NOTICE though. > No, I don't get any warning/notice/ whatever with PHP 5.3: > derick@kossu:~$ php-5.3dev -derror_reporting=65535 > declare(encoding="utf-8"); > echo "foo\n"; ?>> > foo > Please don't break this. > regards, > Derick Best regards, Marcus