From b0b6707c84d8fb36e36fcd019f1f6d5d0f4e884a Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 3 Dec 2012 01:12:01 +0000 Subject: [PATCH] Add the new SO_REUSEPORT constant. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328616 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sockets/constants.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/reference/sockets/constants.xml b/reference/sockets/constants.xml index 1cf59a8e07..1e7f555cd3 100644 --- a/reference/sockets/constants.xml +++ b/reference/sockets/constants.xml @@ -180,6 +180,19 @@ + + + SO_REUSEPORT + (integer) + + + + This constant is only available in PHP 5.4.10 or later on platforms that + support the SO_REUSEPORT socket option: this + includes Mac OS X and FreeBSD, but does not include Linux or Windows. + + + SO_KEEPALIVE