From f7a5a3267c2edfeb62382fbc6916da0f75546c17 Mon Sep 17 00:00:00 2001 From: Weilin Du <108666168+LamentXU123@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:18:52 +0800 Subject: [PATCH] Fix minor typo in NEWS (resuse -> reuse) (#21586) --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e75b26e7d143..44f53eb99c7a 100644 --- a/NEWS +++ b/NEWS @@ -146,7 +146,7 @@ PHP NEWS . Added so_keepalive, tcp_keepidle, tcp_keepintvl and tcp_keepcnt stream socket context options. . Added so_reuseaddr streams context socket option that allows disabling - address resuse. + address reuse. . Fixed bug GH-20370 (User stream filters could violate typed property constraints). (alexandre-daubois) . Allowed filtered streams to be casted as fd for select. (Jakub Zelenka)