[php-src] PHP-8.5: Update NEWS after cherry-pick
Daniel Scherzer <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-06-30T21:10:40-07:00
Commit: https://github.com/php/php-src/commit/f53c8a48ca230eb3be1dbf006680dea20b414079
Raw diff: https://github.com/php/php-src/commit/f53c8a48ca230eb3be1dbf006680dea20b414079.diff
Update NEWS after cherry-pick
(cherry picked from commit fb5e86bd2a560c78c57011eac93d892445578648)
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 91f69440f6fd..020afbcc7197 100644
--- a/NEWS
+++ b/NEWS
@@ -29,9 +29,6 @@ PHP NEWS
. Fixed IntlChar methods leaving stale global error state after successful
calls. (Xuyang Zhang)
-- Lexbor:
- . Merge patch c3a6847. (ilutov, timwolla)
-
- PDO_ODBC:
. Fixed bug GH-20726 (Crash with ODBC connection pooling when the DSN
carries no credentials). (iliaal)
@@ -98,6 +95,9 @@ PHP NEWS
. Fixed IntlTimeZone::getDisplayName() to synchronize object error state
for invalid display types. (Weilin Du)
+- Lexbor:
+ . Merge patch c3a6847. (ilutov, timwolla)
+
- Opcache:
. Fixed bug GH-22265 (Another tailcall vm_interrupt bug). (Levi Morrison)
. Fixed bug GH-20469 (Unsafe inheritance cache replay with reentrant