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