Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83607 invoked from network); 30 Jan 2013 12:54:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2013 12:54:28 -0000 Authentication-Results: pb1.pair.com header.from=brandon.wamboldt@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=brandon.wamboldt@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.53 as permitted sender) X-PHP-List-Original-Sender: brandon.wamboldt@gmail.com X-Host-Fingerprint: 209.85.219.53 mail-oa0-f53.google.com Received: from [209.85.219.53] ([209.85.219.53:40537] helo=mail-oa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/0E-09318-20819015 for ; Wed, 30 Jan 2013 07:54:27 -0500 Received: by mail-oa0-f53.google.com with SMTP id m1so725230oag.12 for ; Wed, 30 Jan 2013 04:54:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=yS50+Z8zQtPPinOl+y2AA21hWL9JIk6qq292jYbF57E=; b=FKJhUaZ0/1phM7hEJBgCzGtLojQSfgYyGMgpP7o2bsVY5+TMwGH9TKd+QptIzgPA1K CPHhEd8AJmnGES2FjmoP1+SsV7cLCOjJAK+AMS978r0tOKeFnLOptgyxqhI1J9hDAzyr PeRXr0ka/SKvQQV/sProYYoe3pAUnsg2PrlS0ZOjnQM1eJ1Ee7pFwTOFQUFp98KArMOF Fo7ulQT5YF0jUd5jxN+YJ1dXP7NaFvRL1MZvapvKfvhGZQYvxrSusqN8IfQk01D9CsMO xnYazuv6MPP4dPRwOB6ASAHJJnGJwBOop6COZVzbPpxVBWEAXnk5W6iPN+Fj6r7IRBVo hzrA== X-Received: by 10.60.169.203 with SMTP id ag11mr3449213oec.124.1359550464542; Wed, 30 Jan 2013 04:54:24 -0800 (PST) MIME-Version: 1.0 Sender: brandon.wamboldt@gmail.com Received: by 10.60.147.202 with HTTP; Wed, 30 Jan 2013 04:54:04 -0800 (PST) In-Reply-To: References: Date: Wed, 30 Jan 2013 08:54:04 -0400 X-Google-Sender-Auth: egzslOYRvV0iPNurrs0YPwcKbMM Message-ID: To: Gustavo Lopes Cc: PHP Internals Content-Type: multipart/alternative; boundary=bcaec54b45807e4a0204d4810229 Subject: Re: [PHP-DEV] [RFC] send/recvmsg() wrappers in ext/socket From: brandon@brandonwamboldt.ca (Brandon Wamboldt) --bcaec54b45807e4a0204d4810229 Content-Type: text/plain; charset=ISO-8859-1 Seeing as it doesn't break BC, and could be quite useful I don't see why you shouldn't merge it. On Wed, Jan 30, 2013 at 8:25 AM, Gustavo Lopes wrote: > On Tue, 22 Jan 2013 18:23:59 +0100, Gustavo Lopes > wrote: > > https://wiki.php.net/rfc/**sendrecvmsg >> >> The module ext/sockets, a wrapper around the sockets API, does not >> include support to recvmsg() and sendmsg(). This RFC addresses this >> shortcoming by support introducing limited (only a few types of messages >> are supported) support for these functions. >> >> > Since no one has commented and the feature freeze for 5.5 is getting near, > I'm just going to assume lazy consensus and merge this in once I get it to > build on Windows. > > So if you do have any objection (procedural or substantial), please raise > it soon. > > -- > Gustavo Lopes > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- *Brandon Wamboldt* Software Engineer Resume/CV - Personal Site/Blog - LinkedIn - StackOverflow Careers Profile - GitHub Profile --bcaec54b45807e4a0204d4810229--