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

Call to undefined function curl_init(),undefinedcurl_init_PHP教程

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 10:09:41
Original
768 people have browsed it

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...
Related labels:
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
Latest Issues
curl simulated login
From 1970-01-01 08:00:00
0
0
0
Convert cURL command line to PHP cURL code
From 1970-01-01 08:00:00
0
0
0
Convert command line cURL to PHP cURL
From 1970-01-01 08:00:00
0
0
0
How to set boolean value true in php curl
From 1970-01-01 08:00:00
0
0
0
Please tell me, php curl request page shows blank
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template