Php – Enable CURL on Windows For PHP5.6.4

curlhybridauthPHP

Im trying to use HybridAuth in one of my projects, the error message im getting is

Original error message: Hybridauth Library needs the CURL PHP extension.

Even though i have enabled cURL in my php.ini
extension=php_curl.dll

here is a screenshot of my phpinfo()

enter image description here

What else i have to do in-order to enable the cURL extension, the related php_curl.dll is also present in the ext dir

Message that i get when i restart the apache server

C:\Apache24\bin>httpd -k restart AH00558: httpd: Could not reliably
determine the server's fully qualified domain name, using
fe80::a02e:1c05:c6ad:9332. Set the 'ServerName' directive globally to
suppress this message

enter image description here

Best Answer

You have to add PHP install path to windows environment path. For example it you install php on C:\PHP, add both C:\PHP and C:\PHP\ext to windows path. Some how Apache cannot find curl dependencies libeay32.dll, ssleay32.dll and libssh2.dll