Skip to content

Commit 0514c09

Browse files
committed
Convert resource to object in XML-RPC extension
1 parent 707cb18 commit 0514c09

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
@@ -409,6 +409,12 @@ PHP 8.0 UPGRADE NOTES
409409
instead the XmlParser instance is automatically destroyed if it is no longer
410410
referenced.
411411

412+
- XML-RPC:
413+
. xmlrpc_server_create() will now return an XmlRpcServer object rather than a resource.
414+
The xmlrpc_server_destroy() function no longer has an effect,
415+
instead the XmlRpcServer instance is automatically destroyed if it is no longer
416+
referenced.
417+
412418
- XMLWriter:
413419
. The XMLWriter functions now accept and return, respectively, XMLWriter
414420
objects instead of resources.

0 commit comments

Comments
 (0)