From 5425233b370acd1fc68124d0a202bd12332e964b Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 26 Oct 2022 10:22:48 +0200 Subject: [PATCH] MDL-76054 environment: Remove the php-xmlrpc extension check For Moodle 4.1 and up, the php-xmlrpc is not needed anymore: - All the MNet stuff has been moved to use php library (MDL-76055). - The webservice/xmlrpc has been moved from core to contrib (MDL-76052). So we just remove the check here. Starting with 4.1, it's not needed for any core functionality. No lang string changes in this branch, only in master (4.1dev). --- admin/environment.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/admin/environment.xml b/admin/environment.xml index 83cb965ea488a..a376761816daa 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -3781,11 +3781,6 @@ - - - - -