We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a3964 commit 1754794Copy full SHA for 1754794
UPGRADING
@@ -651,8 +651,8 @@ PHP 8.3 UPGRADE NOTES
651
. Memory stream no longer fails if seek offset is past the end. Instead
652
the memory is increase on the next write and date between the old end and
653
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
+ . stat() access operations like file_exists() and similar will now use real
+ path instead of the actual stream path. This is consistent with stream
656
opening.
657
658
========================================
0 commit comments