The intl tag has no wiki summary.
0
votes
7answers
21k views
Installing/enabling PHP Pecl Intl extension on CentOs 5
Original question:
I'm having trouble installing the PHP Pecl Intl extension on my CentOs 5 machine.
After installing both icu and libicu with the following commands:
$ yum install icu
$ yum ...
1
vote
4answers
1k views
compile php 5.3.3 with intl extension on Snow Leopard 10.6
i'm trying to compile php on my mac.
i've followed this tutorial : http://www.malisphoto.com/tips/php-on-os-x.html
i've also check this post : ...
3
votes
2answers
2k views
Compile PHP 5.3.2 with intl extension on Snow Leopard 10.6.3
Does anyone have some tips on compiling PHP's intl extension on OS X 10.6.3?
I'm getting compile errors each way I try it and I've been googling for ages and getting nowhere. Any help greatly ...