Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of xml_set_object() function #734

Commits on Oct 11, 2024

  1. Remove usage of xml_set_object() function

    The xml_set_object() function will be deprecated in PHP 8.4 as well as
    passing non-callable strings to the xml_set_*_handler() functions.
    
    Instead of using xml_set_object(), the string method names in
    xml_set_element_handler() and xml_set_character_data_handler() should be
    replaced with callables.
    
    - https://wiki.php.net/rfc/deprecations_php_8_4#xml_set_object_and_xml_set_handler_with_string_method_names
    
    Signed-off-by: Maurício Meneghini Fauth <[email protected]>
    MauricioFauth committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    53990c6 View commit details
    Browse the repository at this point in the history