Skip to content

Commit d5d227a

Browse files
authored
[ci skip] ext/sockets: followup on #14065. (#14066)
freebsd supports SO_NOSIGPIPE too.
1 parent b147a22 commit d5d227a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ PHP NEWS
209209
(David Carlier)
210210
. Updated the socket_create_listen backlog argument default value to SOMAXCONN.
211211
(David Carlier)
212-
. Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for macOs.
213-
(David Carlier)
212+
. Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for
213+
macOs and FreeBSD. (David Carlier)
214214

215215
- SNMP:
216216
. Removed the deprecated inet_ntoa call support. (David Carlier)

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ PHP 8.4 UPGRADE NOTES
611611
. SOCK_DCCP (NetBSD only).
612612
. TCP_SYNCNT (Linux only).
613613
. SO_EXCLBIND (Solaris/Illumos only).
614-
. SO_NOSIGPIPE (macOs only).
614+
. SO_NOSIGPIPE (macOs and FreeBSD).
615615

616616
- Sodium:
617617
. SODIUM_CRYPTO_AEAD_AEGIS128L_KEYBYTES

0 commit comments

Comments
 (0)