轻量级openid错误:(必须启用https或curl)

发布于 2024-12-23 11:11:22 字数 147 浏览 1 评论 0原文

openid 库给我的错误是:

您必须启用 https 包装器或curl。

这是什么意思...?

我在 wamp 服务器上使用 zend...

提前致谢...

The openid library give me the error of:

You must have either https wrappers or curl enabled.

What does it mean...?

I am using zend on wamp server.....

Thanks in advance....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏了南城 2024-12-30 11:11:22

取消注释 php.ini 文件中的以下行以启用curl(删除行开头的分号):

;extension=php_curl.dll

Uncomment the below line in the php.ini file to enable curl (remove the semicolon at the beginning of the line):

;extension=php_curl.dll
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文