stable

Clone or download

Read-only

Do not enable XML entities processing when exporting data

PHP 8 deprecates the \libxml_disable_entity_loader() function [0] so we need to reduce its usage. Part of request #17931: Unit tests should pass with PHP 8.0 [0] https://github.com/php/php-src/blob/php-8.0.0RC3/UPGRADING#L873 Change-Id: I6cfc21a7fad8f92dde694e35de1fa77e2f669c75

Modified Files

Name
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +3 −15 Go to diff View file
M src/utils/TrackerV3-data-exporter.php +1 −5 Go to diff View file
M src/utils/export_project_xml.php +0 −5 Go to diff View file
M src/utils/xml/indent.xsl +1 −2 Go to diff View file