如何安装与symfony3匹配的intl 55.1版本?

时间:2016-09-05 13:43:19

标签: icu intl symfony-3.1

我已经安装了symfony 3.1 检查是否准备好运行Symfony应用程序时会出现错误信息 我的intl icu安装了命令<div class="Container"> <div id="list" class="innerScroll"> <!--1st Row--> <img id="Brand_1" style="width:284px; height:140px; top:0px; left:0px; border:0px; outline:0px" onclick="selectBrand('1');"> <img id="Brand_2" style="width:284px; height:140px; top:0px; left:330px; border:0px;" onclick="selectBrand('2');"> <img id="Brand_3" style="width:284px; height:140px; top:0px; left:650px; border:0px;" onclick="selectBrand('3');"> <img id="Brand_4" style="width:284px; height:140px; top:0px; left:965px; border:0px;" onclick="selectBrand('4');"> <!--2nd Row--> <img id="Brand_5" style="width:284px; height:140px; top:140px; left:0px; border:0px;" onclick="selectBrand('5');"> <img id="Brand_6" style="width:284px; height:140px; top:140px; left:330px; border:0px;" onclick="selectBrand('6');"> <img id="Brand_7" style="width:284px; height:140px; top:140px; left:650px; border:0px;" onclick="selectBrand('7');"> <img id="Brand_8" style="width:284px; height:140px; top:140px; left:965px; border:0px;" onclick="selectBrand('8');"> <!--3rd Row--> <img id="Brand_9" style="width:284px; height:140px; top:280px; left:0px; border:0px;" onclick="selectBrand('9');"> <img id="Brand_10" style="width:284px; height:140px; top:280px; left:330px; border:0px;" onclick="selectBrand('10');"> <img id="Brand_11" style="width:284px; height:140px; top:280px; left:650px; border:0px;" onclick="selectBrand('11');"> <img id="Brand_12" style="width:284px; height:140px; top:280px; left:965px; border:0px;" onclick="selectBrand('12');"> <!--4th Row--> <img id="Brand_09" style="width:284px; height:140px; top:280px; left:0px; border:0px;" onclick="selectBrand('9');"> <img id="Brand_10" style="width:284px; height:140px; top:280px; left:330px; border:0px;" onclick="selectBrand('10');"> <img id="Brand_11" style="width:284px; height:140px; top:280px; left:650px; border:0px;" onclick="selectBrand('11');"> <img id="Brand_12" style="width:284px; height:140px; top:280px; left:965px; border:0px;" onclick="selectBrand('12');">.....(more rows of images)... </div> </div>,版本低于55.1。

enter image description here 这是我编译intl icu 55.1版本的步骤 1.download
http://site.icu-project.org/download/55#TOC-ICU4C-Download enter image description here 2.extract
3.cd~ / Downloads / icu / source
4./configure
5.拨打
6.make安装
7.vim /etc/php5/apache2/php.ini
添加一行:apt-get install php5-intl
8.service apache2 restart 9.cd / home / my_project_name
10.php应用程序/控制台服务器:运行
11.检查配置
在firefox中输入extension=intl.so
enter image description here

已编译并安装了Intl icu55.5版本,为什么要安装并启用intl扩展(用于验证器)?
如何解决?

0 个答案:

没有答案