Skip to content

Commit 1754794

Browse files
committed
[ci skip] Fix typos in UPGRADING
1 parent a3a3964 commit 1754794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,8 @@ PHP 8.3 UPGRADE NOTES
651651
. Memory stream no longer fails if seek offset is past the end. Instead
652652
the memory is increase on the next write and date between the old end and
653653
offset is filled with zero bytes in the same way how it works for files.
654-
. stat() access operartions like file_exists() and similar will now use real
655-
path instead of the actual stream path. This is consitent with stream
654+
. stat() access operations like file_exists() and similar will now use real
655+
path instead of the actual stream path. This is consistent with stream
656656
opening.
657657

658658
========================================

0 commit comments

Comments
 (0)