From 2b5707388436dcd94ff2d09af394f7bd5e2a1ff4 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sat, 18 Nov 2023 18:08:29 +0000 Subject: [PATCH] [PHP 8.3] socket constants update. --- reference/sockets/constants.xml | 242 ++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) diff --git a/reference/sockets/constants.xml b/reference/sockets/constants.xml index 74853649305f..043ebd08cd31 100644 --- a/reference/sockets/constants.xml +++ b/reference/sockets/constants.xml @@ -37,6 +37,17 @@ + + + AF_DIVERT + (int) + + + + Available as of PHP 8.3.0 (FreeBSD only) + + + SOCK_STREAM @@ -534,6 +545,83 @@ + + + SO_ATTACH_REUSEPORT_CBPF + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + SO_DETACH_BPF + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + SO_DETACH_FILTER + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + SO_RERROR + (int) + + + + Available as of PHP 8.3.0 (NetBSD only) + + + + + + SO_ZEROIZE + (int) + + + + Available as of PHP 8.3.0 (OpenBSD only) + + + + + + SO_SPLICE + (int) + + + + Available as of PHP 8.3.0 (OpenBSD only) + + + + + + SO_REUSEPORT_LB + (int) + + + + Available as of PHP 8.3.0 (FreeBSD only) + + + SOL_FILTER @@ -545,6 +633,39 @@ + + + SOL_UDPLITE + (int) + + + + Available as of PHP 8.3.0 + + + + + + UDPLITE_RECV_CSCOV + (int) + + + + Available as of PHP 8.3.0 + + + + + + UDPLITE_SEND_CSCOV + (int) + + + + Available as of PHP 8.3.0 + + + TCP_DEFER_ACCEPT @@ -567,6 +688,127 @@ + + + TCP_QUICKACK + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + TCP_REPAIR + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_DONTFRAG + (int) + + + + Available as of PHP 8.3.0 (FreeBSD only) + + + + + + IP_MTU_DISCOVER + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_PMTUDISC_DO + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_PMTUDISC_DONT + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_PMTUDISC_WANT + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_PMTUDISC_PROBE + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_PMTUDISC_INTERFACE + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_PMTUDISC_OMIT + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + + + + IP_BIND_ADDRESS_NO_PORT + (int) + + + + Available as of PHP 8.3.0 (Linux only) + + + SOL_SOCKET