如何启用curl的AsynchDNS?

发布于 2024-11-07 02:25:49 字数 456 浏览 2 评论 0原文

我想启用curl的AsynchDNS(在phpinfo()中找到)。我必须做什么? 这是截图: 在此处输入图像描述

我发现安装 http://c-ares.haxx.se/

c-ares is a C library that performs DNS requests and name resolves asynchronously

http://curl.haxx.se/dev/readme-ares.html 但我仍然坚持在curl上安装如何存在。

I want enable curl's AsynchDNS ( find in phpinfo() ) . What do i must do ?
This is screenshot :
enter image description here

I found out install http://c-ares.haxx.se/

c-ares is a C library that performs DNS requests and name resolves asynchronously

http://curl.haxx.se/dev/readme-ares.html
But i still stuck at how install on curl exist.

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

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

发布评论

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

评论(1

以往的大感动 2024-11-14 02:25:49

需要为其编译和构建 libcurl。对于 Linux 和其他 *nix 系统,您可以使用 c-ares 或 threaded-resolver 进行构建,以使其使用异步解析。

libcurl needs to have been compiled and built for it. For Linux and other *nix systems, you can build with c-ares or the threaded-resolver to make it use asynchronous resolves.

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