File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -459,12 +459,6 @@ PHP 8.0 UPGRADE NOTES
459
459
instead the XmlParser instance is automatically destroyed if it is no longer
460
460
referenced.
461
461
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
-
468
462
- XMLWriter:
469
463
. The XMLWriter functions now accept and return, respectively, XMLWriter
470
464
objects instead of resources.
@@ -692,6 +686,10 @@ PHP 8.0 UPGRADE NOTES
692
686
8. Removed Extensions and SAPIs
693
687
========================================
694
688
689
+ - XML-RPC:
690
+ . The xmlrpc extension has been unbundled and moved to PECL.
691
+ RFC: https://wiki.php.net/rfc/unbundle_xmlprc
692
+
695
693
========================================
696
694
9. Other Changes to Extensions
697
695
========================================
You can’t perform that action at this time.
0 commit comments