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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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 May 10 23:01:30 2024 UTC