Unable to use Zend\I18n\View\Helper\CurrencyFormat class -


i'm trying implement currencyformat helper, when instance , object of currencyformat application raising exeption:

$var new currencyformat();  file: /site/vendor/zendframework/zend-i18n/zend/i18n/view/helper/currencyformat.php                    :63 message: zend\i18n\view\helper component requires intl php extension 

in controller i'm including library

use zend\i18n\view\helper\currencyformat; 

i guess need add in composer.json or config files?

thanks!

the error pretty clear. component requires intl php extension. (usually) bundled php , needs enabled on server.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -