Skip to content

Commit 393cd89

Browse files
committed
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]
1 parent d7f17ea commit 393cd89

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

UPGRADING

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -459,12 +459,6 @@ PHP 8.0 UPGRADE NOTES
459459
instead the XmlParser instance is automatically destroyed if it is no longer
460460
referenced.
461461

462-
- XML-RPC:
463-
. xmlrpc_server_create() will now return an XmlRpcServer object rather than a
464-
resource. The xmlrpc_server_destroy() function no longer has an effect,
465-
instead the XmlRpcServer instance is automatically destroyed if it is no
466-
longer referenced.
467-
468462
- XMLWriter:
469463
. The XMLWriter functions now accept and return, respectively, XMLWriter
470464
objects instead of resources.
@@ -692,6 +686,10 @@ PHP 8.0 UPGRADE NOTES
692686
8. Removed Extensions and SAPIs
693687
========================================
694688

689+
- XML-RPC:
690+
. The xmlrpc extension has been unbundled and moved to PECL.
691+
RFC: https://wiki.php.net/rfc/unbundle_xmlprc
692+
695693
========================================
696694
9. Other Changes to Extensions
697695
========================================

0 commit comments

Comments
 (0)