Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72316 invoked from network); 4 Mar 2008 19:37:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2008 19:37:59 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:45668] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/39-13488-515ADC74 for ; Tue, 04 Mar 2008 14:37:58 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 4 Mar 2008 11:38:10 -0800 Message-ID: <698DE66518E7CA45812BD18E807866CE01506EA1@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] [RFC] Replace the flex-based scanner with an re2c [1] based lexer Thread-Index: Ach+LIIhF/TdTSg1SrKKiMmDAwD3QwAAnJDw 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> To: "Hannes Magnusson" , "Stas Malyshev" Cc: "Antony Dovgal" , "Marcus Boerger" , Subject: RE: [PHP-DEV] [RFC] Replace the flex-based scanner with an re2c [1] based lexer From: andi@zend.com ("Andi Gutmans") > -----Original Message----- > From: Hannes Magnusson [mailto:hannes.magnusson@gmail.com] > Sent: Tuesday, March 04, 2008 11:18 AM > To: Stas Malyshev > Cc: Antony Dovgal; Marcus Boerger; Andi Gutmans; > internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] Replace the flex-based scanner with an > re2c [1] based lexer >=20 > Improving on that statement: The coolest feature ever is worth > absolutely nothing unless it is documented. >=20 > Don't care if its a new language construct, new class, function or > method, optional parameter, new syntax in php.ini, errorlevel, dropped > warnings or an awesome --enable-zend-multibyte configure switch. If it > isn't documented its totally useless for anyone not reading php-cvs, > zend-engine-cvs and this list daily. >=20 > I'll hunt you all down and make you eat 1kg of vegetables each day > after the 5.3 release untill proper documentation and upgrade guides > have been written. > Mark my words my friends, mark my words! ;) >=20 Why do you say it's not documented? http://www.aconus.com/~oyaji/www/apache_linux_php.htm http://tinyurl.com/2o8pq2 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. Andi