Skip to content

Commit 2c6b540

Browse files
committed
[ci skip] UPGRADING
1 parent 779f6f7 commit 2c6b540

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ PHP 8.5 UPGRADE NOTES
9696
. getimagesize() now supports SVG images when ext-libxml is also loaded.
9797
Similarly, image_type_to_extension() and image_type_to_extension()
9898
now also handle IMAGETYPE_SVG.
99+
. The array returned by getimagesize() now has two additional entries:
100+
"width_unit" and "height_unit" to indicate in which units the dimensions
101+
are expressed. These units are px by default. They are not necessarily
102+
the same (just to give one example: one may be cm and the other may be px).
99103

100104
- XSL:
101105
. The $namespace argument of XSLTProcessor::getParameter(),

0 commit comments

Comments
 (0)