Fatal error: Call to undefined function curl_init()解决方法
程序员文章站
2023-10-17 20:51:59
首先要确定php已经扩展 在php.ini中 复制代码 代码如下: extension=php_curl.dll 还要保证 php_curl.dll 复制到php安装目录...
首先要确定php已经扩展
在php.ini中
extension=php_curl.dll
还要保证
php_curl.dll 复制到php安装目录下的ext下,libeay32.dll和ssleay32.dll复制到php安装目录下。(我的配置文件是system32,和php5ts.dll一个地)
记得重启apache. 正解,over!
在php.ini中
复制代码 代码如下:
extension=php_curl.dll
还要保证
php_curl.dll 复制到php安装目录下的ext下,libeay32.dll和ssleay32.dll复制到php安装目录下。(我的配置文件是system32,和php5ts.dll一个地)
记得重启apache. 正解,over!
上一篇: Python内置数据类型详解
下一篇: Python之循环结构
推荐阅读
-
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()
-
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 FATAL ERROR: CALL TO UNDEFINED FUNCTION BCMUL()解决办法
-
【】使用cURL库时出现Fatal error: Call to undefined function curl_init()