Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91561 invoked from network); 16 Sep 2011 08:10:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2011 08:10:46 -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 Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:65222] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/8A-20496-584037E4 for ; Fri, 16 Sep 2011 04:10:46 -0400 Received: by yib12 with SMTP id 12so2963889yib.29 for ; Fri, 16 Sep 2011 01:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+8G2AjmGgSvsuCQKCVV7juxiAjbNMGYPiOWDUeYbIo8=; b=tLyL46LURdllmKwJJb2OY/jqEVScj8gsYX8BMCQmyMr4H6pk763V+NL/pyVRYaRSd3 Dv6aRqjELR27e8qhPUnC2eNYI7pVtmc4Rv0n0qVdcRaGvholRpc+9tDz6wp22KkoUDlZ K+4j+W2bJ6vwhVqZzW98vSLlKk6rCEZTj1znw= MIME-Version: 1.0 Received: by 10.146.220.24 with SMTP id s24mr1751040yag.23.1316160643649; Fri, 16 Sep 2011 01:10:43 -0700 (PDT) Received: by 10.147.167.7 with HTTP; Fri, 16 Sep 2011 01:10:43 -0700 (PDT) In-Reply-To: References: <4E703FC5.5000204@sugarcrm.com> <4E724D27.9090704@sugarcrm.com> <4E727159.7070203@sugarcrm.com> Date: Fri, 16 Sep 2011 10:10:43 +0200 Message-ID: To: Pierre Joye Cc: Stas Malyshev , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] 5.4 beta From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Sep 15, 2011 at 23:44, Pierre Joye wrote: > On Thu, Sep 15, 2011 at 11:42 PM, Stas Malyshev wrote: > >> The problem is data may vary by CLDR version, etc. and keeping pace with all >> variants on all platforms, etc. will be a nightmare. > > To have a couple of versions, say x.y, x.y+1 sounds reasonable and possible. Its not our responsibility to test the 3rd party library data, thats for intl to test. Just like its not our responsibility to test flex or OS network error messages. We need to test that we understand the data and work with it properly. My test failure seem to be both caused by data difference, but also float precision and timezone issues, and thats within our domain to ensure is working fine. -Hannes