Commit bf5141c5e66 for php.net
commit bf5141c5e66b2f93c089fd91ae0d03947fb310f4
Author: Weilin Du <weilindu@php.net>
Date: Sat Aug 8 03:09:29 2026 +0800
[skip ci] Update NEWS for 34a2949
diff --git a/NEWS b/NEWS
index bac2c41cbc9..c4b6eacb606 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,10 @@ PHP NEWS
. Fixed bug GH-23016 (NULL values in long columns come back as garbage
binary strings). (Calvin Buckley, iliaal)
+- Readline:
+ . Fixed the interactive shell not waiting for the pager process to exit.
+ (Weilin Du)
+
- Reflection:
. Added ReflectionAttribute::inNamespace(),
ReflectionAttribute::getNamespaceName(), and