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
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.
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.diffvincent
Committed, complete with configure checks.
--Wez.
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
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
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.
Committed, complete with configure checks.
This doesn't seem to compile: