File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ PHP NEWS
48
48
. Implemented GH-15155 (Stream context is lost when custom stream wrapper is
49
49
being filtered). (Quentin Dreyer)
50
50
51
+ - XML:
52
+ . The xml_set_object() function has been deprecated. (Girgias)
53
+ . Passing non-callable strings to the xml_set_*_handler() functions is now
54
+ deprecated. (Girgias)
55
+
51
56
01 Aug 2024, PHP 8.4.0alpha4
52
57
53
58
- GMP:
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ PHP 8.4 UPGRADE NOTES
189
189
This means that xml_set_object() must now always be called prior to setting
190
190
method names as callables.
191
191
Passing an empty string to disable the handler is still allowed,
192
- but not recommended .
192
+ but deprecated .
193
193
194
194
- XMLReader:
195
195
. Passing an invalid character encoding to XMLReader::open() or
@@ -474,6 +474,13 @@ PHP 8.4 UPGRADE NOTES
474
474
. Unserializing strings using the uppercase 'S' tag is deprecated.
475
475
RFC: https://wiki.php.net/rfc/deprecations_php_8_4
476
476
477
+ - XML:
478
+ . The xml_set_object() function has been deprecated.
479
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_4#xml_set_object_and_xml_set_handler_with_string_method_names
480
+ . Passing non-callable strings to the xml_set_*_handler() functions is now
481
+ deprecated.
482
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_4#xml_set_object_and_xml_set_handler_with_string_method_names
483
+
477
484
========================================
478
485
5. Changed Functions
479
486
========================================
You can’t perform that action at this time.
0 commit comments