Re: [PHP-DEV] dns_get_record for OSX

2009-01-07 Thread Scott MacVicar
Hi Kalle, Kalle Sommer Nielsen wrote: > Hi Scott > > 2009/1/7 Scott MacVicar : >> I went to look at the bug Pierre mention earlier and noticed that >> dns_get_record isn't implemented on OS X, this looks to be down to the fact >> that it has a bind 8 BC layer that we use by default for some reason

Re: [PHP-DEV] dns_get_record for OSX

2009-01-07 Thread Ronald Chmara
On Jan 7, 2009, at 1:44 AM, Pierre Joye wrote: On a sidenote, I would suggest to take a look at the djbdns library, which is available on almost all platform and seems to be much cleaner than bind(8|9): http://cr.yp.to/djbdns/dns.html Technical issue: While available, it is not installed (by d

Re: [PHP-DEV] dns_get_record for OSX

2009-01-07 Thread Pierre Joye
hi, On Wed, Jan 7, 2009 at 10:26 AM, Pierre Joye wrote: > Please look at (1st result in google or bugs.php.net :): > > http://bugs.php.net/bug.php?id=29337 > >> I'll apply this tomorrow if no one has any objections. > > About FreeBSD: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/fil

Re: [PHP-DEV] dns_get_record for OSX

2009-01-07 Thread Pierre Joye
hi, On Wed, Jan 7, 2009 at 4:30 AM, Scott MacVicar wrote: > I went to look at the bug Pierre mention earlier and noticed that > dns_get_record isn't implemented on OS X, this looks to be down to the fact > that it has a bind 8 BC layer that we use by default for some reason. I > tried to make it

Re: [PHP-DEV] dns_get_record for OSX

2009-01-07 Thread Pierre Joye
hi, On Wed, Jan 7, 2009 at 4:30 AM, Scott MacVicar wrote: > I went to look at the bug Pierre mention earlier and noticed that > dns_get_record isn't implemented on OS X, this looks to be down to the fact > that it has a bind 8 BC layer that we use by default for some reason. I > tried to make it

Re: [PHP-DEV] dns_get_record for OSX

2009-01-07 Thread Hannes Magnusson
On Wed, Jan 7, 2009 at 07:49, Kalle Sommer Nielsen wrote: > Hi Scott > > 2009/1/7 Scott MacVicar : >> I went to look at the bug Pierre mention earlier and noticed that >> dns_get_record isn't implemented on OS X, this looks to be down to the fact >> that it has a bind 8 BC layer that we use by def

Re: [PHP-DEV] dns_get_record for OSX

2009-01-06 Thread Kalle Sommer Nielsen
Hi Scott 2009/1/7 Scott MacVicar : > I went to look at the bug Pierre mention earlier and noticed that > dns_get_record isn't implemented on OS X, this looks to be down to the fact > that it has a bind 8 BC layer that we use by default for some reason. I > tried to make it use the bind 9 interface

[PHP-DEV] dns_get_record for OSX

2009-01-06 Thread Scott MacVicar
I went to look at the bug Pierre mention earlier and noticed that dns_get_record isn't implemented on OS X, this looks to be down to the fact that it has a bind 8 BC layer that we use by default for some reason. I tried to make it use the bind 9 interface but it wasn't a simple task as some