tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Remove usage of xml_set_object() function #734

Closed MauricioFauth closed 3 weeks ago

MauricioFauth commented 3 months ago

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.

nicolaasuni commented 3 weeks ago

OK - Manually merged: https://github.com/tecnickcom/TCPDF/pull/755