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 779f6f7 commit 2c6b540Copy full SHA for 2c6b540
UPGRADING
@@ -96,6 +96,10 @@ PHP 8.5 UPGRADE NOTES
96
. getimagesize() now supports SVG images when ext-libxml is also loaded.
97
Similarly, image_type_to_extension() and image_type_to_extension()
98
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).
103
104
- XSL:
105
. The $namespace argument of XSLTProcessor::getParameter(),
0 commit comments