[PHP-DEV] Development question: DNS lookups

2001-12-28 Thread Edwin Boersma
Hi there, My provider stopped the DNS service on the server that runs mySQL and PHP. By result, the function GetHostByAddr() is useless. Can I tell PHP to use another DNS server to lookup the IP-address? Regards, Edwin -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] Development question: DNS lookups

2001-12-28 Thread Stig Venaas
On Fri, Dec 28, 2001 at 04:30:33PM +0100, Edwin Boersma wrote: Hi there, My provider stopped the DNS service on the server that runs mySQL and PHP. By result, the function GetHostByAddr() is useless. Can I tell PHP to use another DNS server to lookup the IP-address? No PHP uses whatever is

Re: [PHP-DEV] Development question: DNS lookups

2001-12-28 Thread Stig Venaas
On Fri, Dec 28, 2001 at 05:00:20PM +0100, Edwin Boersma wrote: At 16:51 28-12-01, you wrote: On Fri, Dec 28, 2001 at 04:30:33PM +0100, Edwin Boersma wrote: Hi there, My provider stopped the DNS service on the server that runs mySQL and PHP. By result, the function GetHostByAddr() is