您好,欢迎访问一九零五行业门户网

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

fatal error: call to undefined function curl_init()解决方法
首先要确定php已经扩展
在php.ini中
代码如下:
extension=php_curl.dll
还要保证
php_curl.dll 复制到php安装目录下的ext下,libeay32.dll和ssleay32.dll复制到php安装目录下。(我的配置文件是system32,和php5ts.dll一个地)
记得重启apache. 正解,over!
其它类似信息

推荐信息