cancel
Showing results for 
Search instead for 
Did you mean: 

Missing PHP Extension curl

Missing PHP Extension curl

I have upgraded my php version in xampp server from 5.5 to 5.6 as it was required for magento 2.1.3 installation.I successfully did it then i started the setup for magento 2 but now it is giving error as missing php curl extension.I checked php.ini file there extension=php_curl.dll is already uncommented. and in the ext folder it has curl.dll file as well.

 

Dont know what is missing?? Please let me the solution if anyone knows.

 

 

 

 Readiness Check.png

2 REPLIES 2

Re: Missing PHP Extension curl

Hello,

 

You may want to try re-installing 5.6 curl.

 

On Debian/Ubuntu:

apt-get install php5.6-curl

 

On CentOS:

yum install php-curl 

 

Leslie B.
Aspiration Hosting - Magento 1 & 2 Optimized Cloud Hosting
Problem solved? Click Accept as Solution!

Re: Missing PHP Extension curl

Hi @anika_patel,

 


You can check if curl is enabled in your PHP installation by reviewing a phpinfo() file:

 

Screen Shot 2016-12-29 at 12.19.34 PM.png

 

 

Best regards.
Gabriel

 

 

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.