php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #25821 Function checkdnsrr() does not suppor AAAA type
Submitted: 2003-10-10 10:03 UTC Modified: 2003-10-10 11:18 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: ktak at nsk dot ru Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.3 OS: Linux
Private report: No CVE-ID: None
 [2003-10-10 10:03 UTC] ktak at nsk dot ru
Description:
------------
Online documentation of function checkdnsrr() has record that AAAA type is applicable from version 4.3.0.

But type AAAA is absent in PHP 4.3.0 and PHP 4.3.3, but it is presented in PHP 5.

Reproduce code:
---------------
http://www.php.net/manual/en/function.checkdnsrr.php


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-10 10:06 UTC] ktak at nsk dot ru
Description:
------------
Online documentation of function checkdnsrr() has record that AAAA type
is applicable from version 4.3.0.

But type AAAA is absent in PHP 4.3.0 and PHP 4.3.3, but it is presented
in PHP 5.

Reproduce code:
---------------
// http://www.php.net/manual/en/function.checkdnsrr.php

<?
echo checkdnsrr("something", AAAA);
?>
 [2003-10-10 11:18 UTC] pollita@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

That was probably my fault :o
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 10:01:28 2024 UTC