Skip to content

Commit 256b7da

Browse files
committed
Convert resource to object in XML-RPC extension
Closes GH-5457
1 parent 98d8bcc commit 256b7da

File tree

4 files changed

+150
-138
lines changed

4 files changed

+150
-138
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,12 @@ PHP 8.0 UPGRADE NOTES
434434
instead the XmlParser instance is automatically destroyed if it is no longer
435435
referenced.
436436

437+
- XML-RPC:
438+
. xmlrpc_server_create() will now return an XmlRpcServer object rather than a resource.
439+
The xmlrpc_server_destroy() function no longer has an effect,
440+
instead the XmlRpcServer instance is automatically destroyed if it is no longer
441+
referenced.
442+
437443
- XMLWriter:
438444
. The XMLWriter functions now accept and return, respectively, XMLWriter
439445
objects instead of resources.

0 commit comments

Comments
 (0)