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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
47 + 25 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 21:01:36 2024 UTC