Commit f2ca6f882d8 for php.net
commit f2ca6f882d887d8384530eb98baf396528e3d788
Author: Weilin Du <weilindu@php.net>
Date: Fri Jul 24 23:59:29 2026 +0800
[skip ci] Fix several NEWS and UPGRADING entries
diff --git a/NEWS b/NEWS
index 244ea8ea94f..484e462698d 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 97670e09246..93245f87f42 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: