簡體   English   中英

本地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中此擴展名的注釋,我已經在apache根目錄中復制了icud?57.dll文件。 誰能告訴我,會發生什么? 謝謝!

加載的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的版本。 5.6.5及以上版本僅支持php 5。

我最好建議使用php 7為您的擴展也提供更好的支持

在這里檢查更好

否則,請更好地檢查您要啟用的PHP模塊。 根據此問題,您必須確保所有后續模塊均已啟用,並且列表中缺少某些模塊。

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM