如何启用PHP Extension intl? [英] how can i enable PHP Extension intl?

查看:783
本文介绍了如何启用PHP Extension intl?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要在本地服务器上安装Magento2,它会给我以下错误提示.

I am going to install Magento2 at my local server and it gives me following error notice.

我正在使用XAMPP.当我尝试从php.ini文件中启用它时,由于缺少dll而引发了另一个错误:

I am using XAMPP. When I tried to enable it from php.ini file it throws another error for missing dll:

该程序无法启动,因为您的计算机缺少MSVCP110.dll.尝试重新安装该程序以解决此问题.

The program can't start because MSVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem.

有帮助吗?

推荐答案

首先停止xampp/wamp,然后从您的 xampp/php中删除起始分号(; ) /php.ini 以下代码.

First of all stop the xampp/wamp and then kindly remove the starting semicolon ( ; ) from your xampp/php/php.ini the following code.

;extension=php_intl.dll

然后重新启动xampp/wamp.

And then restart your xampp/wamp.

这篇关于如何启用PHP Extension intl?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆