Call to undefined function curl_init(), undefinedcurl_init
Solution to running PHP that does not support curl_init():
1. Modify php.ini and remove the semicolon in front of ;extension=php_curl.dll (and check whether the extension’s reference path is correct)
2. Copy libeay32.dll, ssleay32.dll (E:ampphp, PHP installation directory) two files to the System32 (64-bit machine is SysWOW64) directory
3. Restart Apache
http://www.bkjia.com/PHPjc/944440.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/944440.htmlTechArticleCall to undefined function curl_init(), undefinedcurl_init Solution to running PHP that does not support curl_init(): 1. Modify php .ini, remove the semicolon in front of ;extension=php_curl.dll (at the same time...