Skip to content

Commit b1efafa

Browse files
committed
[ci skip] UPGRADING
1 parent b4d54ad commit b1efafa

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
@@ -250,6 +250,10 @@ PHP 8.5 UPGRADE NOTES
250250
. getimagesize() now supports SVG images when ext-libxml is also loaded.
251251
Similarly, image_type_to_extension() and image_type_to_extension()
252252
now also handle IMAGETYPE_SVG.
253+
. The array returned by getimagesize() now has two additional entries:
254+
"width_unit" and "height_unit" to indicate in which units the dimensions
255+
are expressed. These units are px by default. They are not necessarily
256+
the same (just to give one example: one may be cm and the other may be px).
253257

254258
- XSL:
255259
. The $namespace argument of XSLTProcessor::getParameter(),

0 commit comments

Comments
 (0)