MDL-55404 core_upgrade: Add libcurl environment checks
authorCameron Ball <cameron@moodle.com>
Tue, 2 Aug 2016 08:31:25 +0000 (16:31 +0800)
committerCameron Ball <cameron@moodle.com>
Tue, 6 Sep 2016 03:34:46 +0000 (11:34 +0800)
commitab3759fff5e9d301b039ce94e871df820414ba61
tree5eda6a45cdf9be75049df12d159b04ad456e8076
parent5c33a0db21932fafdfbe7866c565079382d22b52
MDL-55404 core_upgrade: Add libcurl environment checks

This patch adds logic to test whether or not the
libcurl (used by PHP/cURL)  was compiled against a compatible
SSL/TLS library.
admin/environment.xml
lang/en/admin.php
lib/classes/upgrade/util.php [new file with mode: 0644]
lib/tests/environment_test.php
lib/tests/upgrade_util_test.php [new file with mode: 0644]
lib/upgradelib.php