Skip to content

Add docs for new socket constants in PHP 8.2#1820

Closed
realFlowControl wants to merge 3 commits into
php:masterfrom
realFlowControl:docs/socket-constants
Closed

Add docs for new socket constants in PHP 8.2#1820
realFlowControl wants to merge 3 commits into
php:masterfrom
realFlowControl:docs/socket-constants

Conversation

@realFlowControl
Copy link
Copy Markdown
Contributor

Hey there 🖖

this PR will add the documentation for the following new Sockets constants as found in #1803

  • SO_INCOMING_CPU
  • SO_MEMINFO
  • SO_RTABLE (OpenBSD)
  • TCP_KEEPALIVE (MacOS)
  • TCP_KEEPCNT (Linux, others)
  • TCP_KEEPIDLE (Linux, others)
  • TCP_KEEPINTVL (Linux, others)
  • TCP_NOTSENT_LOWAT
  • LOCAL_CREDS_PERSISTENT (FreeBSD)
  • SCM_CREDS2 (FreeBSD)
  • LOCAL_CREDS (NetBSD)
  • SO_BPF_EXTENSIONS
  • SO_SETFIB
  • TCP_CONGESTION (Linux, FreeBSD)
  • SO_ZEROCOPY (Linux)
  • MSG_ZEROCOPY (Linux)

Kind regards
Florian

@saundefined saundefined added this to the PHP 8.2 milestone Sep 12, 2022
@devnexen
Copy link
Copy Markdown
Member

There is an existing PR tracking it.

@realFlowControl realFlowControl deleted the docs/socket-constants branch July 31, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants