Commit 0194b381d6c for php.net

commit 0194b381d6c0f38e4213910b7fba039923b4883a
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Sun Nov 16 01:17:50 2025 +0100

    [ci skip] Update my username

diff --git a/NEWS b/NEWS
index 7124d1bc278..0b1b0d9da64 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ PHP                                                                        NEWS
   . Added first-class callable cache to share instances for the duration of the
     request. (ilutov)
   . It is now possible to use reference assign on WeakMap without the key
-    needing to be present beforehand. (nielsdos)
+    needing to be present beforehand. (ndossche)

 - Hash:
   . Upgrade xxHash to 0.8.2. (timwolla)
@@ -25,9 +25,9 @@ PHP                                                                        NEWS
     preloading). (Arnaud, welcomycozyhom)

 - Phar:
-  . Support reference values in Phar::mungServer(). (nielsdos)
+  . Support reference values in Phar::mungServer(). (ndossche)
   . Invalid values now throw in Phar::mungServer() instead of being silently
-    ignored. (nielsdos)
+    ignored. (ndossche)

 - Reflection:
   . Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true