I have installed php56-intl
using Homebrew like so: brew install php56-intl
and when I do php -m | grep intl
it gives me intl
But when I check in my phpinfo()
file, doesn't show up intl
.
Not sure what am I missing.
Update
All I want to install intl
in my computer so that I could run my zend
application. But whatever I do I don't get it done.
An error occurred An error occurred during execution; please try again later.
Additional information:
Zend\I18n\Exception\ExtensionNotLoadedException File:
/Applications/XAMPP/xamppfiles/htdocs/skeleton/vendor/zendframework/zend-i18n/src/Filter/AbstractLocale.php:24
Message:
Zend\I18n\Filter component requires the intl PHP extension
intl
in my computer so that I could run myzend
application. But whatever I do I don't get it done. – Readytowear