magento2.1.6版本在win10系统下php7开启curl和intl

magento2.1.6版本在win10系统下php7开启curl和intl

在win10系统中php7的配置中开启curl和init.
我在php.ini中开启curl
找到;extension=php_curl.dll扩展,吧分号去掉,
在;extension_dir = “ext”中开启扩展
[php]
extension_dir = "E:/Program Files/php/php7/ext"
[/php]
在访问根目录中创建一个phpinfo函数查看所有信息
发现有curl,但是在安装时就是提示要开启curl扩展
后来在http://php.net/manual/zh/curl.installation.php查看说明发现要把
libssh2.dll, php_curl.dll, ssleay32.dll, libeay32.dll这4个放到系统盘Windows\System32下

libssh2.dll复制一份到Apache24\bin下
然后重启apache下就可以了。

init在php中开启
在php.ini中找到;extension=php_intl.dll扩展去掉注释
把php中icudt57.dll, icuin57.dll, icuio57.dll, icule57.dll, iculx57.dll, icuuc57.dll还有ext文件夹中php_intl.dll一起复制到系统盘Windows\System32下,然后重启apache下就可以了。

发表评论

© 2022. powered by PHP 个人小站