Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ PHP 8.6 UPGRADE NOTES
. imagesetstyle(), imagefilter() and imagecrop() filter their array arguments
types / values and raise a TypeError / ValueError accordingly.

- Phar:
. Files are only automatically interpreted as Phar archives when included
if ".phar" occurs as an extension in the filename component of their
paths. Previously, it could occur in a directory name or as part of an
extension such as ".pharma".

- GMP:
. GMP power and shift operators now throw a ValueError when GMP right operands
are outside the unsigned long range, instead of silently truncating them.
Expand Down Expand Up @@ -119,6 +113,10 @@ PHP 8.6 UPGRADE NOTES
the reserved magic ".phar" directory through that form.
. Phar::addEmptyDir() now treats non-magic names that merely share the
".phar" prefix as ordinary directories.
. Files are only automatically interpreted as Phar archives when included
if ".phar" occurs as an extension in the filename component of their
paths. Previously, it could occur in a directory name or as part of an
extension such as ".pharma".

- Posix:
. posix_access() now raises a ValueError when an invalid $flags
Expand Down