本地 windows 10 Magento 安装中缺少 PHP 扩展

Missing PHP extensions in local windows 10 Magento Installation

我正在尝试在 Windows 10.

中安装 Apache + PHP + Magento2.1 + MySQL

我已经安装了:

      Magento-CE-2.1.8_sample_data
              Content saved in C\Apache24\htdocs
      Apache-2.4.27-Win64-VC15.zip
              Directory: C\Apache24
      PHP Version 5.6.31 php-5.6.31-Win32-VC11-x64.zip
              Directory: C:\PHP
       mysql-community-5.7.19 (Msi installer)

在设置安装(就绪检查)中显示以下错误:

              PHP Extension curl.
              PHP Extension xsl.
              PHP Extension intl.
              PHP Extension mbstring.
              PHP Extension openssl.
              PHP Extension gd.

我已经在 php.ini 中取消注释此扩展 我已经将 icud?57.dll 文件复制到 apache 根目录中。 谁能告诉我,会发生什么?谢谢!

加载的 PHP 个模块是:

C:\>cd php
C:\php>php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
ereg
exif
filter
ftp
gd
hash
iconv
intl
json
libxml
mbstring
mcrypt
mhash
mysqli
mysqlnd
odbc
openssl
pcre
PDO
pdo_mysql
Phar
Reflection
session
SimpleXML
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib
[Zend Modules]

不支持 5.6.0 到 5.6.4 的版本。仅支持 php 5 来自 5.6.5 及更高版本。

我最好建议使用 php 7 来更好地支持您的扩展

检查一下更好here

否则,请更好地检查您启用的 PHP 模块。 根据此 question 您必须确保所有后续模块都已启用,并且您的列表中缺少一些。

PDO/MySQL
mbstring
mcrypt
mhash, 
simplexml, 
curl, 
gd2, 
ImageMagick 6.3.7 (or later) or both 
soap and
add xdebug.max_nesting_level=50000; at php.ini