Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35919 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91212 invoked from network); 3 Mar 2008 19:43:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2008 19:43:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.181 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.162.181 el-out-1112.google.com Received: from [209.85.162.181] ([209.85.162.181:24016] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/9E-29055-2C45CC74 for ; Mon, 03 Mar 2008 14:42:59 -0500 Received: by el-out-1112.google.com with SMTP id z25so295456ele.0 for ; Mon, 03 Mar 2008 11:42:56 -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=AWQH+9ChGkpS9ZUCPokYCPDlsa3EsM0lkiXM4blRBeU=; b=qiNM8jOmG5j4EdbA9G8Rp78hrWYYgeoJC7UWCKYaN7xgKzfcfOOsnh8Cau4wMo4hhn1W7Yx1w8HiOol4/qlpoVJckTDRmzuvqIn4WO2NkIFgeeErIw8pQGe7gOR6bXHdqRG+xwVhLyaKRffEr89umu+FBvY3+08Ucrjzn5ex+kE= 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=WnGavrCCfr6JwufNgO6455I8lyIJmHC/aiI76/fctiBTZ21IgZW/U8ZWSzOCAJ8yrwYjQn5SMa7aoH9qWqY7qNaMgQ3EkN9+DGKDgPoiL6yE73iDGDE7eODgqGbgTVHtED/+7xLyvNKIz6je2DJzw4/wnH4lv33Zt4TIWWBFm7w= Received: by 10.140.193.16 with SMTP id q16mr365025rvf.109.1204573375337; Mon, 03 Mar 2008 11:42:55 -0800 (PST) Received: by 10.141.116.12 with HTTP; Mon, 3 Mar 2008 11:42:55 -0800 (PST) Message-ID: Date: Mon, 3 Mar 2008 20:42:55 +0100 To: "Stanislav Malyshev" Cc: "Marcus Boerger" , internals@lists.php.net In-Reply-To: <47CC4A9D.1080705@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> <47CB2E9D.6010102@zend.com> <1642796941.20080303002651@marcus-boerger.de> <47CB8107.1090802@zend.com> <1207450994.20080303113313@marcus-boerger.de> <47CC4A9D.1080705@zend.com> Subject: Re: [PHP-DEV] [RFC] Replace the flex-based scanner with an re2c [1] based lexer From: pierre.php@gmail.com ("Pierre Joye") Hi, On Mon, Mar 3, 2008 at 7:59 PM, Stanislav Malyshev wrote: > Just curious who you were answering to... Anyway, to be clear: > 1. PHP 6 is major version with its major feature being Unicode support. > 2. PHP 5.x is same-major branch, where you are not expected to have to > change your system in order to upgrade. > 3. We do not expect people to take PHP 6 and have absolutely everything > work instantly from PHP 5. We try to minimize upgrade path, but major > version upgrades can take some adjustments. > 4. We expect people to upgrade from 5.2.x to 5.3.x without changing > their systems. > > Is it clearer why I think PHP 5.x and 6 are different and why I think > ICU dependency in the 5.3 core might be a problem? 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. -- Pierre http://blog.thepimp.net | http://www.libgd.org