php开启curl扩展出现Call to undefined function curl_init()
php开启curl扩展出现Call to undefined function curl_init()。
我们将extension=php_curl.dll
扩展开启后,还需要将与php.exe同目录下的php7.ts.dll、libcrypto-1_1.dll、libssl-1_1.dll、nghttp2.dll、libssh2.dll这五个文件复制到Apache的bin目录下。
重启WampServer,大功告成。
接着来填一个坑,在php7以上的扩展可能会是;extension=curl
这样,请自行修改为extension=php_curl.dll
。
最后介绍一下我的运行环境以及其他应用的版本
Window 7x64
AampServer 2.5 x32位
php-7.4.15-Win32-vc15-x86