Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57065 invoked by uid 1010); 13 Dec 2004 10:36:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57033 invoked from network); 13 Dec 2004 10:36:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by pb1.pair.com with SMTP; 13 Dec 2004 10:36:07 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBDAa7j0009066 for ; Mon, 13 Dec 2004 05:36:07 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBDAa6r07728 for ; Mon, 13 Dec 2004 05:36:06 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id iBDAa6Jt029270 for ; Mon, 13 Dec 2004 10:36:06 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id iBDAa5QU029269 for internals@lists.php.net; Mon, 13 Dec 2004 10:36:05 GMT Date: Mon, 13 Dec 2004 10:36:05 +0000 To: internals@lists.php.net Message-ID: <20041213103605.GB28986@redhat.com> Mail-Followup-To: internals@lists.php.net References: <41B749C6.6060706@t0x.net> <4e89b42604121208172ededcd3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4e89b42604121208172ededcd3@mail.gmail.com> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] [PATCH] stream_socket_pair From: jorton@redhat.com (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' 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