XAMPP使用CURL提示“Call to undefined function curl_init”问题
程序员文章站
2022-04-27 13:58:38
...
根据本人经验如果在使用php函数或方法出现Call to undefined function curl_init”错误提醒时就是php.ini中配置文件没有配置好了,解决方法也非常的简单.
XAMPP打开CURL的方法:
修改 X:/xampp/php/php.ini文件,查找如下代码,大约在952行,XAMPP版本不同可能有点小区别,用编辑器查找就行.
;extension=php_curl.dll
将其前面的分号去掉,然后重启Apache,搞定.
如果还是不行我们要注意一点是:要保证php_curl.dll 复制到php安装目录下的ext下,libeay32.dll和ssleay32.dll复制到php安装目录下,我的配置文件是system32,和php5ts.dll一个地儿.
文章地址:
转载随意^^请带上本文地址!
上一篇: jQuery验证插件 Validate详解_jquery
下一篇: 小弟我想去做php,但是又不太敢
推荐阅读
-
Fatal error: Call to undefined function curl_init() in,该如何解决
-
Fatal error: Call to undefined function curl_init()怎么解决
-
php运行出现Call to undefined function curl_init()的解决方法
-
Fatal error: Call to undefined function curl_init(),该怎么解决
-
[乐意黎原创] php 页面提示 Fatal error: Call to undefined function curl_init()
-
错哪了Fatal error: Call to undefined function curl_init() in
-
wamp php函数 Call to undefined function curl_init()
-
Fatal error: Call to undefined function curl_init()解决方法_php技巧
-
php运行出现Call to undefined function curl_init()的解决方法
-
php提示Call to undefined function curl_init() 错误的解决办法