stable

Clone or download

Read-only

Do not enable XML entities processing when rendering WSDL content

PHP 8 deprecates the \libxml_disable_entity_loader() function [0] so we need to reduce its usage. Endpoints displaying WSDL content (e.g. GET /soap/wsdl.php) should continue to work. 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: Id0452bd2cbc62ffdca2de6180cf12b7664ee7ae1

Modified Files

Name
M src/common/soap/SOAP_WSDLRenderer.class.php +2 −7 Go to diff View file