php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #79243 Is Bind really needed?
Submitted: 2020-02-07 16:51 UTC Modified: -
From: chris at ocproducts dot com Assigned:
Status: Open Package: *Network Functions
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2020-02-07 16:51 UTC] chris at ocproducts dot com
Description:
------------
---
From manual page: https://php.net/network.requirements
---

The documentation says "Functions checkdnsrr(), getmxrr() and dns_get_record() requires Bind on Linux.".

Now I may be confused, but Bind refers only to the DNS server. I don't have this installed and can use these functions fine.
Inspecting the code, as far as I can tell it is getting the functionality from glibc (libresolv.a).

If I'm somehow confused, perhaps the documentation can be clarified.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-05-03 17:09 UTC] anrdaemon at yandex dot ru
This is a build-time dependency, I presume.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC