Call to undefined function curl_init(),undefinedcurl_init_PHP教程
程序员文章站
2022-06-13 23:10:10
...
Call to undefined function curl_init(),undefinedcurl_init
运行PHP不支持curl_init()的解决方法:
1.修改php.ini,将;extension=php_curl.dll前面的分号去掉(同时检查扩展的引用路径是否正确)
2.拷贝libeay32.dll、ssleay32.dll(E:\amp\php,PHP的安装目录)两个文件到System32(64位的机器是SysWOW64)目录
3.重启Apache即可
推荐阅读
-
PHP FATAL ERROR: CALL TO UNDEFINED FUNCTION BCMUL()解决办法
-
php运行出现Call to undefined function curl_init()的解决方法
-
Fatal error: Call to undefined function curl_init()解决方法
-
ThinkPHP做文字水印时提示call an undefined function exif_imagetype()解决方法
-
call to undefined function curl_init()
-
Alipay支付宝调用错误:Call to undefined function openssl_sign()
-
Ubuntu环境下,项目出现:Call to undefined function curl_init() 提示
-
Fatal error: Call to undefined function json_decode()解决办法
-
Uncaught Error: Call to undefined function imageCreateTruecolor() in ,php7中GD库打不开
-
PHP TP5内报错:Call to undefined function imagecreatefrompng()