Skip to content

Commit 8c41a2d

Browse files
committed
Convert resource to object in XML-RPC extension
1 parent dd9d0a9 commit 8c41a2d

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
@@ -432,6 +432,12 @@ PHP 8.0 UPGRADE NOTES
432432
instead the XmlParser instance is automatically destroyed if it is no longer
433433
referenced.
434434

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

0 commit comments

Comments
 (0)