I’ve ran into problems that I knew would eventuall come in symfony2. It all boils down to needed the intl extension installed and enabled.
I’m using mamp pro and have tried to follow these tutorials:
http://szemian.wordpress.com/2011/03/21/compiling-intl-extension-for-mamp/#comment-7
No luck..
With the first tutorial everything works except for step 0. Can someone advise me how to run step 0. I really don’t understand that step.
As for the second tutorial I installed the package then went in my mamp pro php.ini file and added the full path to the extension and restarted apache and still no luck.
My solution was to dump mamp and use Zend Server CE. This worked perfectly fine for me. A minor tweak to my php.ini file to turn html_errors on and that was it. All extensions apart from xdebug were installed already. I was even able to copy the intl.so extension to my mamp directory and it worked there to but I preferred having zend using less resources. Rather than a gui it uses my browser window which I can close if I don’t need it open. i actually saw a post on here recommending zend server ce and that was what prompted me to download it. No problems ever since.