Fatal error: Call to undefined function curl_init
程序员文章站
2022-04-12 22:28:56
...
如果你在使用过程出现fatal error: call to undefined function curl_init(),试着做如下操作:
修改配置:
1.修改php教程.ini,将;extension=php_curl.dll前面的分号去掉
2.拷贝libeay32.dll、ssleay32.dll(c:apps教程ervphp5)两个文件到system32目录
3.重启apache(services.msc)即可
教程地址:
欢迎转载!但请带上文章地址^^
推荐阅读
-
PHP FATAL ERROR: CALL TO UNDEFINED FUNCTION BCMUL()解决办法
-
php运行出现Call to undefined function curl_init()的解决方法
-
Fatal error: Call to undefined function curl_init()解决方法
-
PHP严重致命错误处理:php Fatal error: Cannot redeclare class or function【转】
-
ThinkPHP做文字水印时提示call an undefined function exif_imagetype()解决方法
-
call to undefined function curl_init()
-
Alipay支付宝调用错误:Call to undefined function openssl_sign()
-
jQuery的$.get()函数不执行以及php端报错Uncaught Error: Call to a member function bind_param() on boolean in...
-
Fatal error: 'break' not in the 'loop' or 'switch' context in Function.php
-
Ubuntu环境下,项目出现:Call to undefined function curl_init() 提示