moodle/mnet
Eloy Lafuente (stronk7) d2ad5e8461 MDL-73523 libraries: openssl_free_xxx() methods are deprecated in php80
So we are putting them under a standard PHP_MAJOR_VERSION < 8 condition.

Also, added TODO comments to remember to delete that block of code when
php80 becomes the minimum required versions in the future (Moodle 4.3?).

When possible, an issue has been created upstream, else a comment in
readme_moodle files has been added.

Finally, when the keys being freed were class or object attributes, also
nullify them (but when the calls were part of destructor methods).
2022-01-20 14:48:22 +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-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
tests/event MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
xmlrpc MDL-69050 lang: Fix few remaining places spotted during integration 2020-10-01 13:02:48 +02:00
environment.php MDL-52285 auth: use __construct() for constructors 2015-12-10 13:40:42 +08:00
lib.php MDL-73523 libraries: openssl_free_xxx() methods are deprecated in php80 2022-01-20 14:48:22 +01:00
peer.php MDL-70893 various: optional function arguments must be in the end 2021-02-15 16:53:37 +01:00
publickey.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
remote_client.php mnet MDL-15505 added new mnet_debug function and started migrating to it 2010-02-05 03:56:45 +00:00