cancel
Showing results for 
Search instead for 
Did you mean: 

Missing PHP extensions in local windows 10 Magento Installation

SOLVED

Missing PHP extensions in local windows 10 Magento Installation

Hi everyone.

I'm trying install Apache + PHP + Magento + MySQL in Windows 10.

I've already installed:

          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)

In the Readiness Check the follow errors are showed:

 

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

 

I've already uncomment this extensions in php.ini
I've copied icud?57.dll files in apache root dir.

Can anyone tell me, What can be happening? Thanks!


The PHP modules loaded are:

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]

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Missing PHP extensions in local windows 10 Magento Installation

Please close the post. I already managed to solve it.

View solution in original post

2 REPLIES 2

Re: Missing PHP extensions in local windows 10 Magento Installation

Please close the post. I already managed to solve it.

Re: Missing PHP extensions in local windows 10 Magento Installation

How did you resolve this issue?