From d5d227a43a2743c0b4fe63dce02523ccd77c2270 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sun, 28 Apr 2024 13:01:49 +0100 Subject: [PATCH] [ci skip] ext/sockets: followup on #14065. (#14066) freebsd supports SO_NOSIGPIPE too. --- NEWS | 4 ++-- UPGRADING | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 159d91b4607..c47383edb54 100644 --- a/NEWS +++ b/NEWS @@ -209,8 +209,8 @@ PHP NEWS (David Carlier) . Updated the socket_create_listen backlog argument default value to SOMAXCONN. (David Carlier) - . Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for macOs. - (David Carlier) + . Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for + macOs and FreeBSD. (David Carlier) - SNMP: . Removed the deprecated inet_ntoa call support. (David Carlier) diff --git a/UPGRADING b/UPGRADING index a6835b50149..23f67ae2c19 100644 --- a/UPGRADING +++ b/UPGRADING @@ -611,7 +611,7 @@ PHP 8.4 UPGRADE NOTES . SOCK_DCCP (NetBSD only). . TCP_SYNCNT (Linux only). . SO_EXCLBIND (Solaris/Illumos only). - . SO_NOSIGPIPE (macOs only). + . SO_NOSIGPIPE (macOs and FreeBSD). - Sodium: . SODIUM_CRYPTO_AEAD_AEGIS128L_KEYBYTES