[php-src] master: [skip ci] Update NEWS for 34a2949
Weilin Du <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Date: 2026-08-08T03:09:29+08:00
Commit: https://github.com/php/php-src/commit/bf5141c5e66b2f93c089fd91ae0d03947fb310f4
Raw diff: https://github.com/php/php-src/commit/bf5141c5e66b2f93c089fd91ae0d03947fb310f4.diff
[skip ci] Update NEWS for 34a2949
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index bac2c41cbc9f..c4b6eacb6069 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