Re: [PHP-DEV] Fixing #72733 : Implement getaddrinfo

2016-08-11 Thread Bishop Bettini
On Thu, Aug 11, 2016 at 5:59 PM, David Walker wrote: > Hi all, > > I'm looking to resolve this bug, and thought about 2 means in which to > implement the request of exposing C's getaddrinfo() and the addrinfo > structure. There's not really an equivalent means to accomplish this in > userland wi

[PHP-DEV] Fixing #72733 : Implement getaddrinfo

2016-08-11 Thread David Walker
Hi all, I'm looking to resolve this bug, and thought about 2 means in which to implement the request of exposing C's getaddrinfo() and the addrinfo structure. There's not really an equivalent means to accomplish this in userland without trial&error. So I'm not sure the communities best-practices