I installed installed intl extension by setting extension=intl.so in my php.ini on my Macbook Pro Yosemite
but still symfony 2.7 is asking for it. See in the picture the error. Does anyone have any idea how to solve it? Thank you.
Please make sure that the php.ini that Symfony is using is the same as the one where you updated the extension. Especially on OS X, where one might install HomeBrew based PHP Versus the one that came with OS X.
I typically add a <?php phpinfo(); ?>
in my web directory and load that file to see which PHP Symfony is using.