Home > Backend Development > PHP Tutorial > Fatal error: Call to undefined function curl_init() solution_PHP tutorial

Fatal error: Call to undefined function curl_init() solution_PHP tutorial

WBOY
Release: 2016-07-21 15:39:35
Original
1131 people have browsed it

First make sure php has been extended
in php.ini

Copy the code The code is as follows:

extension=php_curl. dll

Also ensure that
php_curl.dll is copied to ext in the PHP installation directory, and libeay32.dll and ssleay32.dll are copied to the PHP installation directory. (My configuration file is system32, the same as php5ts.dll)
Remember to restart Apache. Correct answer, over!

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/321581.htmlTechArticleFirst of all, make sure that php has been extended. Copy the code in php.ini as follows: extension=php_curl.dll and make sure Copy php_curl.dll to ext in the php installation directory, libeay32.dll and ssleay...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template