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 0a6d076 commit 5a0b724Copy full SHA for 5a0b724
UPGRADING
@@ -249,6 +249,10 @@ PHP 8.5 UPGRADE NOTES
249
. getimagesize() now supports SVG images when ext-libxml is also loaded.
250
Similarly, image_type_to_extension() and image_type_to_extension()
251
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).
256
257
- XSL:
258
. The $namespace argument of XSLTProcessor::getParameter(),
0 commit comments