[PATCH] stream_socket_pair

php.internals

six

21 years ago
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

Wez Furlong

21 years ago
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 <six@t0x.net> wrote:

Wez Furlong

21 years ago
Committed, complete with configure checks. --Wez. On Wed, 08 Dec 2004 19:36:54 +0100, six <six@t0x.net> wrote:

Joe Orton

21 years ago
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' ext/standard/streamsfuncs.c:70: warning: passing arg 2 of `add_next_index_zval' makes pointer from integer without a cast ext/standard/streamsfuncs.c:71: warning: passing arg 2 of `add_next_index_zval' makes pointer from integer without a cast Regards, joe

Wez Furlong

21 years ago
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 +0000, Joe Orton <jorton@redhat.com> wrote: