From 1754794fc3d6a652dc2f57fbad336d4a849ed459 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:00:05 +0200 Subject: [PATCH] [ci skip] Fix typos in UPGRADING --- UPGRADING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index ecdf20a9fa1..e0082c2c34d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -651,8 +651,8 @@ PHP 8.3 UPGRADE NOTES . Memory stream no longer fails if seek offset is past the end. Instead the memory is increase on the next write and date between the old end and offset is filled with zero bytes in the same way how it works for files. - . stat() access operartions like file_exists() and similar will now use real - path instead of the actual stream path. This is consitent with stream + . stat() access operations like file_exists() and similar will now use real + path instead of the actual stream path. This is consistent with stream opening. ========================================