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
rfc:sendrecvmsg [2013/01/22 17:21] – [Introduction] cataphractrfc:sendrecvmsg [2017/09/22 13:28] (current) – external edit 127.0.0.1
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.1358875272.txt.gz · Last modified: 2017/09/22 13:28 (external edit)