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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chris at ocproducts dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Nov 21 20:01:29 2024 UTC