From 0becd2114126bdc4b83f40b49129ca78175c53ee Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Tue, 31 Mar 2026 20:10:32 +0800 Subject: [PATCH] Update NEWS --- 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)