I am on a Win 64 bit OS, php 5.6.8 using Eclipse PDT to develop PHP.
I have come across this Call to undefined function curl_init() error.
I removed the
Have 2 steps:
php.ini
and remove ;
in line ;extension=curl
(in window). With Linux you can find curl
to un-comment it.libeay32.dll
, libssh2.dll
, ssleay32.dll
. And past to {Apache Folder}/bin
. Then restart apache. You can refer this link if need https://www.php.net/manual/en/curl.installation.php
It is OK now.