Re: [PHP-DEV] [RFC] send/recvmsg() wrappers in ext/socket

2013-02-21 Thread Gustavo Lopes
Em 2013-02-21 4:06, Ferenc Kovacs escreveu: On Tue, Jan 22, 2013 at 6:23 PM, Gustavo Lopes wrote: https://wiki.php.net/rfc/**sendrecvmsg The module ext/sockets, a wrapper around the sockets API, does not include support to recvmsg() and sendmsg(). This

Re: [PHP-DEV] [RFC] send/recvmsg() wrappers in ext/socket

2013-02-20 Thread Ferenc Kovacs
On Tue, Jan 22, 2013 at 6:23 PM, Gustavo Lopes wrote: > https://wiki.php.net/rfc/**sendrecvmsg > > The module ext/sockets, a wrapper around the sockets API, does not include > support to recvmsg() and sendmsg(). This RFC addresses this shortcoming by > support

Re: [PHP-DEV] [RFC] send/recvmsg() wrappers in ext/socket

2013-01-30 Thread Brandon Wamboldt
Seeing as it doesn't break BC, and could be quite useful I don't see why you shouldn't merge it. On Wed, Jan 30, 2013 at 8:25 AM, Gustavo Lopes wrote: > On Tue, 22 Jan 2013 18:23:59 +0100, Gustavo Lopes > wrote: > > https://wiki.php.net/rfc/**sendrecvmsg >

Re: [PHP-DEV] [RFC] send/recvmsg() wrappers in ext/socket

2013-01-30 Thread Gustavo Lopes
On Tue, 22 Jan 2013 18:23:59 +0100, Gustavo Lopes wrote: https://wiki.php.net/rfc/sendrecvmsg The module ext/sockets, a wrapper around the sockets API, does not include support to recvmsg() and sendmsg(). This RFC addresses this shortcoming by support introducing limited (only a few type

[PHP-DEV] [RFC] send/recvmsg() wrappers in ext/socket

2013-01-22 Thread Gustavo Lopes
https://wiki.php.net/rfc/sendrecvmsg The module ext/sockets, a wrapper around the sockets API, does not include support to recvmsg() and sendmsg(). This RFC addresses this shortcoming by support introducing limited (only a few types of messages are supported) support for these functions.