Skip to content

Commit

Permalink
Convert resource to object in XML-RPC extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Apr 30, 2020
1 parent 707cb18 commit 0514c09
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 138 deletions.
6 changes: 6 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,12 @@ PHP 8.0 UPGRADE NOTES
instead the XmlParser instance is automatically destroyed if it is no longer
referenced.

- XML-RPC:
. xmlrpc_server_create() will now return an XmlRpcServer object rather than a resource.
The xmlrpc_server_destroy() function no longer has an effect,
instead the XmlRpcServer instance is automatically destroyed if it is no longer
referenced.

- XMLWriter:
. The XMLWriter functions now accept and return, respectively, XMLWriter
objects instead of resources.
Expand Down
Loading

0 comments on commit 0514c09

Please sign in to comment.