moodle/mnet
Eloy Lafuente (stronk7) 8c64ab98ee 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.
2022-11-02 15:56:38 +01:00
..
classes/privacy Merge branch 'MDL-62264-master' of git://github.com/cescobedo/moodle 2018-05-03 14:03:29 +08:00
service/enrol MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
tests/event MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
xmlrpc MDL-76055 mnet: Switch the mnet client to use library 2022-11-02 15:56:38 +01:00
environment.php MDL-75645 mnet: Stop caching OpenSSLAsymmetricKey keys 2022-10-18 14:30:50 +02:00
lib.php MDL-75645 mnet: Stop caching OpenSSLAsymmetricKey keys 2022-10-18 14:30:50 +02:00
peer.php MDL-73514 mnet: fix promiscuous mode and php80 support 2022-01-28 20:10:39 +01:00
publickey.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
remote_client.php