Commit f7a5a3267c2 for php.net
commit f7a5a3267c2edfeb62382fbc6916da0f75546c17
Author: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
Date: Tue Mar 31 20:18:52 2026 +0800
Fix minor typo in NEWS (resuse -> reuse) (#21586)
diff --git a/NEWS b/NEWS
index e75b26e7d14..44f53eb99c7 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)