Home  >  Article  >  Backend Development  >  Call to undefined function curl_init(),undefinedcurl_init_PHP教程

Call to undefined function curl_init(),undefinedcurl_init_PHP教程

WBOY
WBOYOriginal
2016-07-13 10:09:41707browse

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

www.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...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn