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/wiki/Netlink
--
wbr, Oleg.
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!
The patch didn't come through.
Make sure the patch is in *.txt, the maillist accepts only text/plain attachments.
--
Wbr,
Antony Dovgal
Just send you a copy of his patch as of his last mail.
( "Here it is: http://www.progtech.ru/~oleg/linux-netlink.diff" )
--
(c) Kenan Sulayman
Freelance Designer and Programmer
Life's Live Poetry
2009/3/7 Antony Dovgal tony@daylessday.org
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!
The patch didn't come through.
Make sure the patch is in *.txt, the maillist accepts only text/plain
attachments.--
Wbr,
Antony Dovgal
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/wiki/Netlink
New version: http://www.progtech.ru/~oleg/php-netlinkV2.txt
Some more changes. Fixed socket_getpeername and socket_getsockname
functions to understand AF_NETLINK sockets. Patch made for PHP_5_3
branch. Any thoughts or opinions?
--
wbr, Oleg
Hi,
Whats the status here?
I would say it does not sound like something we need to add now, but
maybe for 5.3.1?
So in that light I would say please file a feature request with the
patch attached or linked ..
regards,
Lukas
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/wiki/NetlinkNew version: http://www.progtech.ru/~oleg/php-netlinkV2.txt
Some more changes. Fixed socket_getpeername and socket_getsockname
functions to understand AF_NETLINK sockets. Patch made for PHP_5_3
branch. Any thoughts or opinions?--
wbr, Oleg--
Lukas Kahwe Smith
mls@pooteeweet.org
Hi,
Whats the status here?
I would say it does not sound like something we need to add now, but maybe
for 5.3.1?
So in that light I would say please file a feature request with the patch
attached or linked ..
I think we need to start fixing the development cycle.
Waiting until its ok to commit to 5_3 is just wrong.
Committing things in HEAD and then merge them later is a lot better
way to do things.
-Hannes
On Wed, Mar 25, 2009 at 20:59, Lukas Kahwe Smith
mls@pooteeweet.org wrote:Hi,
Whats the status here?
I would say it does not sound like something we need to add now,
but maybe
for 5.3.1?
So in that light I would say please file a feature request with the
patch
attached or linked ..I think we need to start fixing the development cycle.
Waiting until its ok to commit to 5_3 is just wrong.Committing things in HEAD and then merge them later is a lot better
way to do things.
Yeah .. HEAD is for development.
regards,
Lukas Kahwe Smith
mls@pooteeweet.org