Commit b48a1595eb4 for php.net

commit b48a1595eb40cbddb24e527d43bc7b6be7203452
Author: Weilin Du <weilindu@php.net>
Date:   Tue Aug 11 16:13:44 2026 +0800

    [skip ci] Better NEWS entry for the metaphone deprecation

    This aligns with what other deprecation entries read.

diff --git a/NEWS b/NEWS
index 35d78d92899..df22c2cea46 100644
--- a/NEWS
+++ b/NEWS
@@ -122,7 +122,8 @@ PHP                                                                        NEWS
   . Added the "filter.max_filter_count" stream context option for php://filter
     URLs. Using more than 16 filters without configuring this option is now
     deprecated. (Sjoerd Langkemper)
-  . metaphone() is now deprecated. (Weilin Du)
+  . The metaphone() function is now deprecated, use a userland phonetic
+    matching library instead. (Weilin Du)
   . Improved performance of array_intersect(). (mehmetcansahin)
   . Fixed bug GH-23006 (phpcredits() full-page HTML title says phpinfo()).
     (Weilin Du)