I want to use https://github.com/juriansluiman/SlmLocale module in zend framework-2 and need intl extension, I have installed using pecl and it show success. I had added
extension=intl.so
and restarted my MAMP-Pro, I had tried other links as well: http://mynameispagewood.com/web-development/how-to-enable-intl-extension-mamp-osx-10-9-2/ http://codingexplained.com/operating-systems/mac/installing-php-intl-extension-os-x-mavericks to enable it but its not working.
note: No error while starting apache
Is their any alternate method to enable it?
Any light on the path would be helpful
Thanks