Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58112 invoked by uid 1010); 13 Dec 2004 13:53:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53000 invoked from network); 13 Dec 2004 13:52:57 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.195) by pb1.pair.com with SMTP; 13 Dec 2004 13:52:57 -0000 Received: by wproxy.gmail.com with SMTP id 36so437309wri for ; Mon, 13 Dec 2004 05:52:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HgHxUV/1PpSD7uhNFC0HRW6sGpPEhik1IDgG5/5f0BRxVEBI0KCRnv+l6uQo5ztBTfbErOP6jWqgTHL9QgpRPhGpi5SPrnGB97GkL1uuabBWj7Vr3zAHPKHuoZwPmF09V4UPyeXpOsV9FUL5v1ueO0euJDtT4HgwsWblhSZrhmU= Received: by 10.54.20.67 with SMTP id 67mr2400885wrt; Mon, 13 Dec 2004 05:52:57 -0800 (PST) Received: by 10.54.59.23 with HTTP; Mon, 13 Dec 2004 05:52:57 -0800 (PST) Message-ID: <4e89b42604121305521766e8f7@mail.gmail.com> Date: Mon, 13 Dec 2004 08:52:57 -0500 Reply-To: Wez Furlong To: internals@lists.php.net In-Reply-To: <20041213103605.GB28986@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41B749C6.6060706@t0x.net> <4e89b42604121208172ededcd3@mail.gmail.com> <20041213103605.GB28986@redhat.com> Subject: Re: [PHP-DEV] [PATCH] stream_socket_pair From: kingwez@gmail.com (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 +0000, Joe Orton wrote: > On Sun, Dec 12, 2004 at 11:17:05AM -0500, Wez Furlong wrote: > > Committed, complete with configure checks. > > This doesn't seem to compile: