MDL-76055 libraries: Autoload phpxmlrpc and verify it works
commita0d916bc8689acffe8a305f36b24e6d58e6a339d
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 20 Sep 2022 16:45:47 +0000 (20 18:45 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 2 Nov 2022 14:56:38 +0000 (2 15:56 +0100)
tree2eac127da4e4589c04650ceecb07bcfe173832e8
parentc958bd7305f9f3e5ceb2a0b4b15f266fcea49709
MDL-76055 libraries: Autoload phpxmlrpc and verify it works

Also, we can now safely remove Autoloader.php, because
Moodle PSR-4 autoloader has taken control, so document
and test it too.
lib/classes/component.php
lib/phpxmlrpc/Autoloader.php [deleted file]
lib/phpxmlrpc/readme_moodle.txt
lib/tests/phpxmlrpc_test.php [new file with mode: 0644]