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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to