File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,11 @@ PHP 8.5 UPGRADE NOTES
92
92
- DOM:
93
93
. Added Dom\Element::$outerHTML.
94
94
95
+ - Standard:
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
+
95
100
- XSL:
96
101
. The $namespace argument of XSLTProcessor::getParameter(),
97
102
XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()
@@ -261,6 +266,9 @@ PHP 8.5 UPGRADE NOTES
261
266
. TCP_BBR_ALGORITHM (FreeBSD only).
262
267
. AF_PACKET (Linux only).
263
268
269
+ - Standard:
270
+ . IMAGETYPE_SVG when libxml is loaded.
271
+
264
272
========================================
265
273
11. Changes to INI File Handling
266
274
========================================
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ PHP 8.5 INTERNALS UPGRADE NOTES
53
53
is still valid. This is useful when a GC cycle is collected and the
54
54
database object can be destroyed prior to destroying the statement.
55
55
56
+ - ext/standard:
57
+ . The functionality of getimagesize(), image_type_to_mime_type(),
58
+ and image_type_to_extension() is now extensible using the internal APIs
59
+ php_image_register_handler() and php_image_unregister_handler() in
60
+ php_image.h.
61
+
56
62
========================
57
63
4. OpCode changes
58
64
========================
You can’t perform that action at this time.
0 commit comments