[ci skip] Fix UPGRADING formatting

This commit is contained in:
Niels Dossche 2025-08-12 22:35:47 +02:00
parent 841f0b1515
commit 77dace78c3
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -268,8 +268,6 @@ PHP 8.5 UPGRADE NOTES
and the function returns false. Previously, these errors were silently and the function returns false. Previously, these errors were silently
ignored. This change affects only the sendmail transport. ignored. This change affects only the sendmail transport.
. getimagesize() now supports HEIF/HEIC images. . getimagesize() now supports HEIF/HEIC images.
- Standard:
. getimagesize() now supports SVG images when ext-libxml is also loaded. . getimagesize() now supports SVG images when ext-libxml is also loaded.
Similarly, image_type_to_extension() and image_type_to_mime_type() Similarly, image_type_to_extension() and image_type_to_mime_type()
now also handle IMAGETYPE_SVG. now also handle IMAGETYPE_SVG.