rfc:sendrecvmsg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:sendrecvmsg [2013/01/22 17:21] – [Introduction] cataphractrfc:sendrecvmsg [2013/06/25 03:31] – added implemented version number (5.5.0) philip
Line 1: Line 1:
-====== Request for Comments: How to write RFCs ======+====== Request for Comments: Adding recvmsg() and sendmsg() to ext/sockets. ======
   * Version: 1.0   * Version: 1.0
   * Date: 2013-01-22   * Date: 2013-01-22
   * Author: Gustavo Lopes <cataphract@php.net>   * Author: Gustavo Lopes <cataphract@php.net>
-  * Status: Under Discussion+  * Status: Implemented, PHP 5.5.0
   * First Published at: http://wiki.php.net/rfc/sendrecvmsg   * First Published at: http://wiki.php.net/rfc/sendrecvmsg
  
Line 9: Line 9:
 Adds wrappers for ''recvmsg()'' and ''sendmsg()'' to ext/sockets. Adds wrappers for ''recvmsg()'' and ''sendmsg()'' to ext/sockets.
  
-==== Introduction ====+===== Introduction =====
  
 The module ext/sockets, a wrapper around the sockets API, does not include support to ''recvmsg()'' and ''sendmsg()''. This RFC addresses this shortcoming. The module ext/sockets, a wrapper around the sockets API, does not include support to ''recvmsg()'' and ''sendmsg()''. This RFC addresses this shortcoming.
  
-==== Native sendmsg() and recvmsg() functions ====+===== Native sendmsg() and recvmsg() functions =====
  
 The ''sendmsg()'' and ''recvmsg()'' functions are the most general I/O functions. Their signatures: The ''sendmsg()'' and ''recvmsg()'' functions are the most general I/O functions. Their signatures:
Line 94: Line 94:
  
   * 2013-01-22 First draft   * 2013-01-22 First draft
 +  * 2013-02-02 Consensual; implemented without vote
  
  
rfc/sendrecvmsg.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1