Commit bf599d4059a for php.net

commit bf599d4059a4750d17b10a7b81d4c6e20b0e29cc
Author: Gina Peter Banyard <girgias@php.net>
Date:   Tue Nov 4 00:06:16 2025 +0000

    Update NEWS for recent pgsql bugfix

diff --git a/NEWS b/NEWS
index d2bc197f0df..c3acf0ce15a 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP                                                                        NEWS

 - PgSql:
   . Fix memory leak when first string conversion fails. (nielsdos)
+  . Fix segfaults when attempting to fetch row into a non-instantiable class
+    name. (Girgias, nielsdos)

 - Phar:
   . Fix memory leak of argument in webPhar. (nielsdos)