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 @@ -40,6 +40,11 @@ PHP 8.5 UPGRADE NOTES
40
40
- DOM:
41
41
. Added Dom\Element::$outerHTML.
42
42
43
+ - Standard:
44
+ . getimagesize() now supports SVG images when ext-libxml is also loaded.
45
+ Similarly, image_type_to_extension() and image_type_to_extension()
46
+ now also handle IMAGETYPE_SVG.
47
+
43
48
- XSL:
44
49
. The $namespace argument of XSLTProcessor::getParameter(),
45
50
XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()
@@ -112,6 +117,9 @@ PHP 8.5 UPGRADE NOTES
112
117
10. New Global Constants
113
118
========================================
114
119
120
+ - Standard:
121
+ . IMAGETYPE_SVG when libxml is loaded.
122
+
115
123
========================================
116
124
11. Changes to INI File Handling
117
125
========================================
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ PHP 8.5 INTERNALS UPGRADE NOTES
22
22
3. Module changes
23
23
========================
24
24
25
+ - Standard:
26
+ . The functionality of getimagesize(), image_type_to_mime_type(),
27
+ and image_type_to_extension() is now extensible using the internal APIs
28
+ php_image_register_handler() and php_image_unregister_handler() in
29
+ php_image.h.
30
+
25
31
========================
26
32
4. OpCode changes
27
33
========================
You can’t perform that action at this time.
0 commit comments