Skip to content

Commit 5a0b724

Browse files
committed
[ci skip] UPGRADING
1 parent 0a6d076 commit 5a0b724

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

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

0 commit comments

Comments
 (0)