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)