[PHP-DEV] [PATCH] Netlink sockets support for Linux

2009-03-07 Thread Oleg A. Arkhangelsky
Hello, This patch adds ability to send or receive data using Netlink [1] sockets in Linux OS using Socket Functions in PHP. If you're going to commit this patch, some additions to documentation will be needed. Just let me know. I would very appreciate your comments! [1] http://en.wikipedia.org

[PHP-DEV] [PATCH] Netlink sockets support for Linux

2009-03-07 Thread Oleg A. Arkhangelsky
Patch itself. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Netlink sockets support for Linux

2009-03-07 Thread Rasmus Lerdorf
Oleg A. Arkhangelsky wrote: > Patch itself. Yeah, sorry, our mailing list software is a bit snarky about attachments. Can you put it up somewhere? Or mail it to me and I can put it up. In concept, since I haven't seen the actual patch yet, I'd like to see Netlink supported. It is Linux-specifi

Re: [PHP-DEV] [PATCH] Netlink sockets support for Linux

2009-03-07 Thread Oleg A. Arkhangelsky
> Yeah, sorry, our mailing list software is a bit snarky about > attachments. Can you put it up somewhere? Or mail it to me and I can > put it up. Here it is: http://www.progtech.ru/~oleg/linux-netlink.diff -- wbr, Oleg. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] [PATCH] Netlink sockets support for Linux

2009-03-07 Thread Antony Dovgal
On 07.03.2009 18:47, Oleg A. Arkhangelsky wrote: > Hello, > > This patch adds ability to send or receive data using Netlink [1] sockets in > Linux OS using Socket Functions in PHP. > If you're going to commit this patch, some additions to documentation will be > needed. Just let me know. > > I