Problems installing Symfony 2.4.1 lib-icu 4.4 dependency

余生颓废 提交于 2019-12-03 16:10:59

For your specific situation, you should specify in your composer.json file that you want to use "symfony/icu": "1.1.*"

See the "ICU and Deployment Problems" section of this page: https://symfony.com/doc/2.4/components/intl.html

you are editing the wrong php.ini file

run this command in console :

php -i | grep php.ini

Configuration File (php.ini) Path => /etc/php5/cli
Loaded Configuration File => /etc/php5/cli/php.ini

edit that file. ( it's the php cli file )

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!