Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35952 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61950 invoked from network); 4 Mar 2008 19:17:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2008 19:17:59 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.183 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.183 wa-out-1112.google.com Received: from [209.85.146.183] ([209.85.146.183:23741] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/D6-13488-660ADC74 for ; Tue, 04 Mar 2008 14:17:58 -0500 Received: by wa-out-1112.google.com with SMTP id l24so1068439waf.17 for ; Tue, 04 Mar 2008 11:17:55 -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=ThMMa+f0Fs1AxkDewPIp7YLm7O9AUm9xBIGeHEbUSI0=; b=MZVVyp6mh448AG1HDrAT6IQbumJRSXdy6VNF9scDgtmhf+RdKRYCMuw7QGOIrxydCdYIr7IjF0hSCI3ttzF2bcc8soog9UIhCY7cNksGpqQGgMFr70iGLbFnCXlHcudNnLEjmcLaI0GG9P7bt5HCd4BL9sVu6sz/aHGn0Qobjps= 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=W0lmuP+/lnIrqmNUm7QaK7XtAT+kHTW6GIWMyOWiUPr1rSq057l7JclAOhPO9xxY8HPYnRWOX/vSLa8tbq6LHW4BPwSzs/xak6W72UIOhQHXc/qv4rHYRKiTCGJ96U2sbuB+Mka/gR2g2WtH4BIOIFK/BsTr4IgUUnYubFd+uT4= Received: by 10.115.110.6 with SMTP id n6mr2731771wam.92.1204658275583; Tue, 04 Mar 2008 11:17:55 -0800 (PST) Received: by 10.115.19.18 with HTTP; Tue, 4 Mar 2008 11:17:55 -0800 (PST) Message-ID: <7f3ed2c30803041117i69193981w9650ac923a753c12@mail.gmail.com> Date: Tue, 4 Mar 2008 20:17:55 +0100 To: "Stanislav Malyshev" Cc: "Antony Dovgal" , "Marcus Boerger" , "Andi Gutmans" , internals@lists.php.net In-Reply-To: <47CD94E0.9070600@zend.com> 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> 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 7:28 PM, Stanislav Malyshev wrote: > The best idea is worth nothing for the users unless it's part of the > release. Improving on that statement: The coolest feature ever is worth absolutely nothing unless it is documented. 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. 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! ;) -Hannes