Fatal error: Call to undefined function curl_init()解决方法

Elizabeth ·
更新时间:2024-11-14
· 950 次阅读

首先要确定php已经扩展
在php.ini中
代码如下:
extension=php_curl.dll

还要保证
php_curl.dll 复制到php安装目录下的ext下,libeay32.dll和ssleay32.dll复制到php安装目录下。(我的配置文件是system32,和php5ts.dll一个地)
记得重启Apache. 正解,over! 您可能感兴趣的文章:PHP FATAL ERROR: CALL TO UNDEFINED FUNCTION BCMUL()解决办法php运行出现Call to undefined function curl_init()的解决方法PHP实现的QQ空间g_tk加密算法PHP加密3DES报错 Call to undefined function: mcrypt_module_open() 如何解决



undefined TO CALL 方法 init error curl

需要 登录 后方可回复, 如果你还没有账号请 注册新账号