Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35957 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77313 invoked from network); 4 Mar 2008 19:45:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2008 19:45:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.146.179 wa-out-1112.google.com Received: from [209.85.146.179] ([209.85.146.179:49690] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/6A-13488-0C6ADC74 for ; Tue, 04 Mar 2008 14:45:04 -0500 Received: by wa-out-1112.google.com with SMTP id l24so1086694waf.17 for ; Tue, 04 Mar 2008 11:45:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VKt1Vs7P3n5VeOjtB9MFwWFXAYN+r8iYopo58/Jvz90=; b=cmWEWNBr3gr5ivPG5Er9qh9mTEdONKdIFeEnDgdw8/u0UXfFRje0vM+lfyA9vJJXa/hHUXDg4CHdgwyQ4oOgpBEnp9gRVEGozl3Z+VSvgdPgg7A7mvkUX//MeH710guzjXY8l6F4R4k6fF6WQ2q2h7Qj59t8E/vJ1M/mAuy/iHU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DU8LJgRyC8GuJhyMFdufWblTG5iRYuE30raqDn+SjlHNtXmLsnXjtXU9geLsi6TmqkBgzpbfIUtBah8BKvU49mbNBwIFcOKhrnKmyVMTHnZ8IC9p0g1Voh3HzClhSzy7nobXrOEeBvnBQUmkm80yaGwEE975tXnqSisH168pY1s= Received: by 10.115.93.16 with SMTP id v16mr1515645wal.126.1204659901251; Tue, 04 Mar 2008 11:45:01 -0800 (PST) Received: by 10.115.19.18 with HTTP; Tue, 4 Mar 2008 11:45:01 -0800 (PST) Message-ID: <7f3ed2c30803041145y60d6663al4eccaff7e787f650@mail.gmail.com> Date: Tue, 4 Mar 2008 20:45:01 +0100 To: "Andi Gutmans" Cc: "Stas Malyshev" , "Antony Dovgal" , "Marcus Boerger" , internals@lists.php.net In-Reply-To: <698DE66518E7CA45812BD18E807866CE01506EA1@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1706278209.20080302232134@marcus-boerger.de> <698DE66518E7CA45812BD18E807866CE01506D08@us-ex1.zend.net> <1245060809.20080304103839@marcus-boerger.de> <47CD1C1A.8000004@daylessday.org> <47CD94E0.9070600@zend.com> <7f3ed2c30803041117i69193981w9650ac923a753c12@mail.gmail.com> <698DE66518E7CA45812BD18E807866CE01506EA1@us-ex1.zend.net> Subject: Re: [PHP-DEV] [RFC] Replace the flex-based scanner with an re2c [1] based lexer From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Tue, Mar 4, 2008 at 8:38 PM, Andi Gutmans wrote: > OK just kidding and I agree it would be nice to have it better > documented in the mainstream docs. As it applies mostly to the Asian > users though (Chinese/Japanese) who usually seek localized docs it's > probably not as good as it should be in php.net. The Japanese docs are 100% up-to-date with the English docs so they shouldn't have any problem reading out docs. In fact, if you do changes in the en/ tree Takagi Masahiro will have it translated within 24hours - even if that change spanned 50files. Not kidding. -Hannes