MDL-76055 mnet: Switch the mnet client to use library
commit8c64ab98eea029ace61a9d8d14a8978022eea22e
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 22 Sep 2022 07:20:26 +0000 (22 09:20 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 2 Nov 2022 14:56:38 +0000 (2 15:56 +0100)
tree0b305d5786cd0007c79c55fd8cccb9ee0d0a0f97
parenta0d916bc8689acffe8a305f36b24e6d58e6a339d
MDL-76055 mnet: Switch the mnet client to use library

Completely remove all uses if the xmlrpc php extension in
the client and replace them by the phpxmlrpc library.

Very noticeably, remove all the uses of the curl extension
and use phpxmlrpc own curl support.

Working ok for moodle-moodle/mahara sso and mahara portfolio export.
auth/mnet/auth.php
mnet/xmlrpc/client.php