[PHP-DEV] [PATCH] stream_socket_pair

2004-12-08 Thread six
i'm reposting this patch which adds the stream_socket_pair function, I've posted it one month ago, made some requested modifications but it seems nobody commited it so if you still want it it's here : http://si.kz/~six/stream_socket_pair.diff vincent -- PHP Internals - PHP Runtime Development M

Re: [PHP-DEV] [PATCH] stream_socket_pair

2004-12-08 Thread Wez Furlong
I didn't forget, I just didn't get to it yet--sorry. Will get to it real soon now (it will be in PHP 5.1) --Wez. On Wed, 08 Dec 2004 19:36:54 +0100, six <[EMAIL PROTECTED]> wrote: > i'm reposting this patch which adds the stream_socket_pair function, > I've posted it one month ago, made some re

Re: [PHP-DEV] [PATCH] stream_socket_pair

2004-12-12 Thread Wez Furlong
Committed, complete with configure checks. --Wez. On Wed, 08 Dec 2004 19:36:54 +0100, six <[EMAIL PROTECTED]> wrote: > i'm reposting this patch which adds the stream_socket_pair function, > I've posted it one month ago, made some requested modifications but it > seems nobody commited it so if yo

Re: [PHP-DEV] [PATCH] stream_socket_pair

2004-12-13 Thread Wez Furlong
Doh. Fixed; thanks for the heads up. (that'll teach me to merge and alter a unixy patch while working on a win32 system) --Wez. On Mon, 13 Dec 2004 10:36:05 +, Joe Orton <[EMAIL PROTECTED]> wrote: > On Sun, Dec 12, 2004 at 11:17:05AM -0500, Wez Furlong wrote: > > Committed, complete with con

Re: [PHP-DEV] [PATCH] stream_socket_pair

2004-12-13 Thread Joe Orton
On Sun, Dec 12, 2004 at 11:17:05AM -0500, Wez Furlong wrote: > Committed, complete with configure checks. This doesn't seem to compile: ext/standard/streamsfuncs.c: In function `zif_stream_socket_pair': ext/standard/streamsfuncs.c:61: error: too few arguments to function `php_socket_strerror' ex