Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68274 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45689 invoked from network); 21 Jul 2013 12:32:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2013 12:32:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:51984] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/19-17622-EC4DBE15 for ; Sun, 21 Jul 2013 08:32:18 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 2A34B5A0448; Sun, 21 Jul 2013 14:32:11 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from [192.168.178.7] (dslb-178-007-119-033.pools.arcor-ip.net [178.7.119.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 1783D5A0447; Sun, 21 Jul 2013 14:32:01 +0200 (CEST) To: Jan Ehrhardt Cc: internals@lists.php.net In-Reply-To: References: <1374233485.3918.42.camel@guybrush> <03aiu81ucujlb3apedm6fqc9jd33trm8mp@4ax.com> <1374236421.3918.47.camel@guybrush> <1374240835.3918.76.camel@guybrush> <1374267446.3946.104.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Date: Sun, 21 Jul 2013 14:31:51 +0200 Message-ID: <1374409911.9187.11.camel@ghost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.5.1 released From: ab@php.net (Anatol Belski) Jan, On Fri, 2013-07-19 at 23:25 +0200, Jan Ehrhardt wrote: > Sometimes you run into weird things. Today I learned that upgrading to > ICU51 works perfectly under x64, but x86 stumbles over it and fails to > compile php_intl.dll. No wonder the official builds still stick to > 50.1.2. > There was some tickets about ICU 51, like #64991. But while trying with VC11 i had no issue with ICU itself. However there was too much PHP tests failing, obviously due to differences between 50 and 51 in the conversion area. As that was already PHP 5.5 beta phase, upgrading ICU once more wasn't very feasible option. Once you have ICU 51 before it gets officially upgraded, feel free to fix the test fails in PHP, as that's the reason why it wasn't upgraded so fast :) Regards Anatol