summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-31 16:57:37 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-31 16:57:37 +0200
commit393cd89ffbacd46254942862e9e74973e3627507 (patch)
tree26168e2da9cf89ac23da07a0e936bddc4999b06b /UPGRADING
parentd7f17ea44d69dc7babec7b38bb7d851ff5023dbb (diff)
downloadphp-git-393cd89ffbacd46254942862e9e74973e3627507.tar.gz
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]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING10
1 files changed, 4 insertions, 6 deletions
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
========================================