PHP7.1开启extension=php_curl.dll后curl扩展开启仍失败的解决方法
PHP #curl #apache2017-04-05 17:45
报错:
[05-Apr-2017 17:43:40 PRC] PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in D:\www\yige.org.php:84
在官方说明文档中的http://php.net/manual/zh/curl.installation.php这个页面得到了提示,只要将php安装目录下的libssh2.dll复制到apache的bin目录,并重新启动apache,于是乎curl成功开启。
相关文章
- 在PHP数组中生成.csv文件的函数 2014/12/27
- PHP检测浏览器使用的代码脚本语言的函数 2014/12/27
- PHP通过域名获取Whois信息的函数 2014/12/27
- dedecms实现支持财付通接口 2014/12/27
- 在thinkphp的url中隐藏index.php的方法 2014/12/27
- PHP上传文件提示缺少临时文件目录的解决方法 2014/12/26
- CURL报错解决方法 CURLOPT_SSL_VERIFYHOST no longer accepts the value 2014/12/17
- CURL常见返回错误码 2014/12/10
- PHP文档注释的标准文档PHPDoc 2014/11/30
- Zend Studio代码函数不能自动提示的解决方法 2014/10/17