Re: [symfony-users] Re: PHP Intl extension

2011-01-03 Thread Tim Nagel
Turns out the pecl intl extension doesnt work with php 5.3, you'll need to compile PHP with intl. I had to install ICU4C on my mac to compile php with intl. t On Tue, Jan 4, 2011 at 10:10, Michael wrote: > when i run the command it asks me: "Specify where ICU libraries and > headers can be fo

[symfony-users] Re: PHP Intl extension

2011-01-03 Thread Michael
when i run the command it asks me: "Specify where ICU libraries and headers can be found [DEFAULT] :" do i need to install ICU? if yes, that should i do? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message becaus

[symfony-users] Re: PHP Intl extension

2010-12-22 Thread Marijn
Michael, I ended up recompiling my native PHP install. Look at this gist for an example configure string: https://gist.github.com/03b9175bdb33ab2ce129 On Dec 22, 3:53 am, Tim Nagel wrote: > Does mamp come with pecl? > > # pecl install intl ? > > t > > > > On Wed, Dec 22, 2010 at 13:51, Michael