Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91648 invoked from network); 20 Jul 2013 00:15:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2013 00:15:46 -0000 X-Host-Fingerprint: 92.254.50.218 unknown Received: from [92.254.50.218] ([92.254.50.218:20496] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/D5-13120-CA6D9E15 for ; Fri, 19 Jul 2013 20:15:40 -0400 To: internals@lists.php.net Date: Sat, 20 Jul 2013 02:15:31 +0200 Message-ID: References: <1374233485.3918.42.camel@guybrush> <03aiu81ucujlb3apedm6fqc9jd33trm8mp@4ax.com> <1374236421.3918.47.camel@guybrush> <1374240835.3918.76.camel@guybrush> <1374267446.3946.104.camel@guybrush> <51E9CD64.6080705@nebm.ist.utl.pt> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 92.254.50.218 Subject: Re: [PHP-DEV] Re: PHP 5.5.1 released From: phpdev@ehrhardt.nl (Jan Ehrhardt) Gustavo Lopes in php.internals (Sat, 20 Jul 2013 01:36:04 +0200): >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. OK, I will try that as well. But did you try it with VC11? I only see a reference to VC9 at pecl.php.net. In december 2012 there still was a difference between the PECL intl and the internal intl: http://permalink.gmane.org/gmane.comp.php.devel/77370 This time I got other faults (all kinds of unresolved externals), that were solved when I replaced the ICU51 files (download from the ICU site) by the ICU50 files (also downloaded from the ICU site). Jan