User tests: Successful: Unsuccessful:
remove no longer needed xml_parser_free()
In the migration of various extensions from resources to objects, a number of functions to close or free the resources became no-ops
xml_parser_free() since the ext/xml migration in PHP 8.0
https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_xml_parser_free
Check for Joomla Updates in backend
deprecation message (possibly further)

no deprecation message about xml_parser_free()
| Status | New | ⇒ | Pending |
| Category | ⇒ | Libraries |
| Labels |
Added:
PHP 8.x
bug
PR-5.4-dev
|
||
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-10-16 08:23:28 |
| Closed_By | ⇒ | wilsonge |
Merged on review based on php docs and the currently failing 8.5 unit tests.