>> I've had a look in the files that exist at that point and PHP_SETUP_ICU
>> only exists on that one line; it doesn't seem to be defined anywhere
> 
> It should be defined in acinclude.m4 in the php5 dev directory -
> /usr/lib/php5/build on my ubuntu - installed when you installed php5-dev.

Thanks Ed,
That narrows it down a lot: it isn't defined in that file!
The top line says:
 dnl $Id: acinclude.m4,v 1.332.2.14.2.15 2007/05/24 21:40:41 sniper Ex

So I assume ubuntu 8 is using a more recent PHP than ubuntu 7.1 and
defines that constant. My php -v says:
 PHP 5.2.3-1ubuntu6.3 (cli) (built: Jan 10 2008 09:38:37)

pecl intl should work with php 5.2 shouldn't it? So is it fair to say
that the php-dev ubunutu 7.1 package has a bug because the acinclude.m4
file (2007/05/24) wasn't updated in the last build (2008/01/10)? (I'm
just trying to work out who I should give a bug report to.)

Is it possible for you to post your PHP_SETUP_ICU definition and I'll
paste that into acinclude.m4 to see if it is the only problem.

Thanks,

Darren


-- 
Darren Cook
http://dcook.org/mlsn/ (English-Japanese-German-Chinese free dictionary)
http://dcook.org/work/ (About me and my work)
http://dcook.org/work/charts/  (My flash charting demos)

-- 
PHP Unicode & I18N Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to