Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13309 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49711 invoked by uid 1010); 13 Oct 2004 01:44:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47620 invoked by uid 1007); 13 Oct 2004 01:43:20 -0000 Message-ID: <20041013014320.47616.qmail@pb1.pair.com> To: internals@lists.php.net References: <416C7873.9070602@t0x.net> Date: Tue, 12 Oct 2004 18:43:18 -0700 Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response X-Posted-By: 68.26.101.101 Subject: Re: [PATCH] new function stream_socket_create_pair From: pollita@php.net ("Sara Golemon") > the patch is here : http://si.kz/~six/stream_socket_create_pair_patch.tgz > To add to Wez's comments, I'd rather see it return an array of socket streams (or FALSE on failure), rather than return true and tuck the streams into a by-ref parameter. -Sara