moodle/mnet
Daniel Ziegenberg b59725693c
MDL-73700 mnet: remove old PHP version check
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>
2025-01-28 18:23:20 +01:00
..
classes/privacy MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
service/enrol NOBUG: Bump versions for main to the current date 2024-12-18 23:53:12 +08:00
tests/event MDL-81520 core: Fix test finality 2024-12-11 12:30:23 +08:00
xmlrpc MDL-83336 core: Update for deprecation of xml_set_object 2024-10-09 15:02:37 +08:00
environment.php MDL-77341 mnet: Added missing class properties 2023-05-20 21:37:01 +07:00
lib.php MDL-73700 mnet: remove old PHP version check 2025-01-28 18:23:20 +01:00
peer.php MDL-77341 mnet: Added missing class properties 2023-05-20 21:37:01 +07:00
publickey.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
remote_client.php