Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35932 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18150 invoked from network); 3 Mar 2008 20:39:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2008 20:39:02 -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:40717] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/94-29055-5E16CC74 for ; Mon, 03 Mar 2008 15:39:01 -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 AD2AF120E92; Mon, 3 Mar 2008 21:38:58 +0100 (CET) Date: Mon, 3 Mar 2008 21:38:58 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <432349597.20080303213858@marcus-boerger.de> To: "Pierre Joye" CC: internals@lists.php.net In-Reply-To: References: <1706278209.20080302232134@marcus-boerger.de> <47CB2E9D.6010102@zend.com> <1642796941.20080303002651@marcus-boerger.de> <47CB8107.1090802@zend.com> <1207450994.20080303113313@marcus-boerger.de> <47CC4A9D.1080705@zend.com> <47CC5616.8040506@zend.com> <1755973054.20080303211612@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 Pierre, Monday, March 3, 2008, 9:31:37 PM, you wrote: > Hi Marcus, > On Mon, Mar 3, 2008 at 9:16 PM, Marcus Boerger wrote: >> Hello Stanislav, >> >> >> Monday, March 3, 2008, 8:48:38 PM, you wrote: >> >> > Hi! >> >> >> It is clearer but it is not a problem. New features may introduce new >> >> dependencies. Having a dependency on libicu while we introduce intl >> >> and other features related to unicode or i18n. I would agree if we >> >> were talking about 5.2.x. > Bad example, it is not symlinked :) > And heh, it would be time to give a break with your zip rant, hmmk? =) Sorry, this wasn't meant at all as a rant. It is just a recent example where a new extension brought in a new dependency. Though you come with a bundled one so it actually should have looked for a better one. Best regards, Marcus