From: Nikita Popov Date: Sun, 31 May 2020 14:57:37 +0000 (+0200) Subject: Add UPGRADING note for xmlrpc unbundling X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=393cd89ffbacd46254942862e9e74973e3627507;p=php Add UPGRADING note for xmlrpc unbundling And drop other UPGRADING references to xmlrpc. I don't think it makes sense to have those for extensions that are no longer shipped... [ci skip] --- diff --git a/UPGRADING b/UPGRADING index bd5670bb54..07aceddd91 100644 --- a/UPGRADING +++ b/UPGRADING @@ -459,12 +459,6 @@ PHP 8.0 UPGRADE NOTES instead the XmlParser instance is automatically destroyed if it is no longer referenced. -- XML-RPC: - . xmlrpc_server_create() will now return an XmlRpcServer object rather than a - resource. The xmlrpc_server_destroy() function no longer has an effect, - instead the XmlRpcServer instance is automatically destroyed if it is no - longer referenced. - - XMLWriter: . The XMLWriter functions now accept and return, respectively, XMLWriter objects instead of resources. @@ -692,6 +686,10 @@ PHP 8.0 UPGRADE NOTES 8. Removed Extensions and SAPIs ======================================== +- XML-RPC: + . The xmlrpc extension has been unbundled and moved to PECL. + RFC: https://wiki.php.net/rfc/unbundle_xmlprc + ======================================== 9. Other Changes to Extensions ========================================