Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68228 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87837 invoked from network); 19 Jul 2013 23:36:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2013 23:36:49 -0000 Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.22 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.22 smtp2.ist.utl.pt Linux 2.6 Received: from [193.136.128.22] ([193.136.128.22:35717] helo=smtp2.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/15-13120-F8DC9E15 for ; Fri, 19 Jul 2013 19:36:48 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 62C6170002FC; Sat, 20 Jul 2013 00:36:44 +0100 (WEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp2.ist.utl.pt ([127.0.0.1]) by localhost (smtp2.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id LDCyTDBs5bIR; Sat, 20 Jul 2013 00:36:44 +0100 (WEST) Received: from mail2.ist.utl.pt (mail.ist.utl.pt [IPv6:2001:690:2100:1::8]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 135B470000B9; Sat, 20 Jul 2013 00:36:43 +0100 (WEST) Received: from [IPv6:2001:981:8103:d8:96de:80ff:fe7e:525f] (unknown [IPv6:2001:981:8103:d8:96de:80ff:fe7e:525f]) (Authenticated sender: ist155741) by mail2.ist.utl.pt (Postfix) with ESMTPSA id 2F689200541C; Sat, 20 Jul 2013 00:36:43 +0100 (WEST) Message-ID: <51E9CD64.6080705@nebm.ist.utl.pt> Date: Sat, 20 Jul 2013 01:36:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Thunderbird/22.0 MIME-Version: 1.0 To: Jan Ehrhardt , internals@lists.php.net References: <1374233485.3918.42.camel@guybrush> <03aiu81ucujlb3apedm6fqc9jd33trm8mp@4ax.com> <1374236421.3918.47.camel@guybrush> <1374240835.3918.76.camel@guybrush> <1374267446.3946.104.camel@guybrush> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.5.1 released From: glopes@nebm.ist.utl.pt (Gustavo Lopes) On 19-07-2013 23:25, 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. > I doubt it. I built the PECL/intl binaries in http://pecl.php.net/package/intl with ICU 51 with no problem and the codebase is very similar to that of ext/intl. But if you did find a bug, please report it. -- Gustavo Lopes