> I think ICU stuff might be added to 5.2 branch after 5.2.3 You may want > to d/l 5.2.6 from php.net and compare the acinclude.m4, or just see one > on cvs.php.net in PHP_5_2 branch.
Thanks. I got it from here: http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?revision=1.387 Perhaps the intl pecl package instructions can be updated to say 5.2.3 is not supported? With the above acinlude.m4 the pecl install intl now gets a lot further along. But it still fails, here: /tmp/pear/temp/intl/collator/collator_sort.c:30: error: conflicting types for 'ptrdiff_t' /usr/lib/gcc/i486-linux-gnu/4.1.3/include/stddef.h:152: error: previous declaration of 'ptrdiff_t' was here Seems like a strange one. I'm using a 32 bit machine. Could there be something in collator that is hard-coded for 64-bit? Darren -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php