ID: 25821 User updated by: ktak at nsk dot ru Reported By: ktak at nsk dot ru Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.3 New Comment:
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); ?> Previous Comments: ------------------------------------------------------------------------ [2003-10-10 10:03:43] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25821&edit=1
