Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000111

Re: [PHP-DEV] PHP 4.0 Bug #7761: checkdnsrr not work From: Jani Taskinen (sniper <email protected>)
Date: 11/11/00

On 11 Nov 2000 c.schuller <email protected> wrote:

>From: c.schuller <email protected>
>Operating system: nt 4.0
>PHP version: 4.0.3pl1
>PHP Bug Type: Network related
>Bug description: checkdnsrr not work
>
>i have a big problem with nt 4.0 / iis 4. i will check several domains
with checkdnsrr("domain.com", "MX") and i will always get back false. but
>the domain exist. the same script works on a linux system.
>

Is checkdnsrr() even available on Windows??

ext/standard/basic_functions.c:
------8<--------------------------------------------------
#if !defined(PHP_WIN32)||HAVE_BINDLIB
    PHP_FE(checkdnsrr, NULL)
    PHP_FE(getmxrr, second_and_third_args_force_ref)
#else
    PHP_FALIAS(checkdnsrr, warn_not_available, NULL)
    PHP_FALIAS(getmxrr, warn_not_available, NULL)
#endif
------8<--------------------------------------------------

???

--Jani

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>