There's a much easier way to do that. By compiling intl as a PHP extension.
First download the ICU source file from: http://site.icu-project.org/download/46#ICU4C-Download (the icu4c-4_6-src.tgz one). Go to icu/source and run: ./runConfigureICU MacOSX make make install Now go to clone php-src https://github.com/php/php-src. and go into ext/intl. Then do: phpize ./configure make Now you have a file modules/intl.so, copy it to /usr/lib/php/ extensions/no-debug-foobar (some weird number here). Also adjust php.ini as instructed. That's it! On Jan 24, 4:11 pm, Andy Stanberry <[email protected]> wrote: > Here's a quick guide for installing php 5.3 with intl on a mac: > > http://justinhileman.info/articles/reinstalling-php-53-on-mac-os-x -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
