[php-src] master: [skip ci] Fix several NEWS and UPGRADING entries
Weilin Du <[email protected]> Fri, 24 Jul 2026 15:59:52 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Date: 2026-07-24T23:59:29+08:00
Commit: https://github.com/php/php-src/commit/f2ca6f882d887d8384530eb98baf396528e3d788
Raw diff: https://github.com/php/php-src/commit/f2ca6f882d887d8384530eb98baf396528e3d788.diff
[skip ci] Fix several NEWS and UPGRADING entries
Changed paths:
M NEWS
M UPGRADING
Diff:
diff --git a/NEWS b/NEWS
index 244ea8ea94f6..484e462698d9 100644
--- a/NEWS
+++ b/NEWS
@@ -222,7 +222,7 @@ PHP NEWS
. Fix OSS-Fuzz #429429090 (Failed assertion on unset() with uninitialized
container). (ilutov)
. Fixed GH-20564 (Don't call autoloaders with pending exception). (ilutov)
- . Fix deprecation now showing when accessing null key of an array with JIT.
+ . Fix deprecation not showing when accessing null key of an array with JIT.
(alexandre-daubois)
. Fixed bug GH-20174 (Assertion failure in
ReflectionProperty::skipLazyInitialization after failed LazyProxy
diff --git a/UPGRADING b/UPGRADING
index 97670e09246d..93245f87f42a 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -297,7 +297,7 @@ PHP 8.6 UPGRADE NOTES
requests, implementing custom server-side session storage, and controlling
session cache behavior.
RFC: https://wiki.php.net/rfc/tls_session_resumption
- . Added TLS external PSK support for streams with new strem context options:
+ . Added TLS external PSK support for streams with new stream context options:
psk_client_cb and psk_server_cb. This allows setting and receiving PSK.
- Phar: