mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
![]() As MDL-73016 set the minimum supported PHP version for Moodle 4.4 and up to PHP 8.1 we can now safely remove this check. It was introduced with MDL-73523 because of deprecated openssl_x509_free(), openssl_pkey_free() and openssl_free_key() functions. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at> |
||
---|---|---|
.. | ||
category | ||
classes | ||
cohort | ||
database | ||
fee | ||
flatfile | ||
guest | ||
imsenterprise | ||
ldap | ||
lti | ||
manual | ||
meta | ||
mnet | ||
paypal | ||
self | ||
tests | ||
yui | ||
ajax.php | ||
bulkchange_forms.php | ||
editenrolment.php | ||
editenrolment_form.php | ||
editinstance.php | ||
editinstance_form.php | ||
externallib.php | ||
index.php | ||
instances.php | ||
locallib.php | ||
otherusers.php | ||
README.txt | ||
renameroles.php | ||
renderer.php | ||
test_settings.php | ||
unenroluser.php | ||
upgrade.txt | ||
UPGRADING.md | ||
users_forms.php |
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.