mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
freebsd supports SO_NOSIGPIPE too.
This commit is contained in:
parent
b147a22bb8
commit
d5d227a43a
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -209,8 +209,8 @@ PHP NEWS
|
||||||
(David Carlier)
|
(David Carlier)
|
||||||
. Updated the socket_create_listen backlog argument default value to SOMAXCONN.
|
. Updated the socket_create_listen backlog argument default value to SOMAXCONN.
|
||||||
(David Carlier)
|
(David Carlier)
|
||||||
. Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for macOs.
|
. Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for
|
||||||
(David Carlier)
|
macOs and FreeBSD. (David Carlier)
|
||||||
|
|
||||||
- SNMP:
|
- SNMP:
|
||||||
. Removed the deprecated inet_ntoa call support. (David Carlier)
|
. Removed the deprecated inet_ntoa call support. (David Carlier)
|
||||||
|
|
|
@ -611,7 +611,7 @@ PHP 8.4 UPGRADE NOTES
|
||||||
. SOCK_DCCP (NetBSD only).
|
. SOCK_DCCP (NetBSD only).
|
||||||
. TCP_SYNCNT (Linux only).
|
. TCP_SYNCNT (Linux only).
|
||||||
. SO_EXCLBIND (Solaris/Illumos only).
|
. SO_EXCLBIND (Solaris/Illumos only).
|
||||||
. SO_NOSIGPIPE (macOs only).
|
. SO_NOSIGPIPE (macOs and FreeBSD).
|
||||||
|
|
||||||
- Sodium:
|
- Sodium:
|
||||||
. SODIUM_CRYPTO_AEAD_AEGIS128L_KEYBYTES
|
. SODIUM_CRYPTO_AEAD_AEGIS128L_KEYBYTES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue