File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,17 @@ PHP 8.4 UPGRADE NOTES
45
45
for invalid modes. Previously invalid modes would have been interpreted as
46
46
PHP_ROUND_HALF_UP.
47
47
48
+ - XML:
49
+ . The xml_set_*_handler() functions now declare and check for an effective
50
+ signature of callable|string|null for the $handler parameters.
51
+ Moreover, values of type string that correspond to method names,
52
+ of object set with xml_set_object() are now checked to see if the method
53
+ exists on the class of the previously passed object.
54
+ This means that xml_set_object() must now always be called prior to setting
55
+ method names as callables.
56
+ Passing an empty string to disable the handler is still allowed,
57
+ but not recommended.
58
+
48
59
- XSL:
49
60
. XSLTProcessor::setParameter() will now throw a ValueError when its arguments
50
61
contain null bytes. This never actually worked correctly in the first place,
You can’t perform that action at this time.
0 commit comments