]> granicus.if.org Git - php/commitdiff
Add UPGRADING note for xmlrpc unbundling
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 31 May 2020 14:57:37 +0000 (16:57 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 31 May 2020 14:57:37 +0000 (16:57 +0200)
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]

UPGRADING

index bd5670bb54ffb28da6792eb2111969f3aaba4674..07aceddd9120b21ad613ee96b554776170b4d2c9 100644 (file)
--- 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
 ========================================