Skip to content

Commit

Permalink
MDL-76054 environment: Remove the php-xmlrpc extension check
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
stronk7 committed Nov 8, 2022
1 parent 6307f8d commit 5425233
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions admin/environment.xml
Expand Up @@ -3781,11 +3781,6 @@
<ON_CHECK message="tokenizerrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="xmlrpc" level="optional">
<FEEDBACK>
<ON_CHECK message="xmlrpcrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="soap" level="optional">
<FEEDBACK>
<ON_CHECK message="soaprecommended" />
Expand Down

0 comments on commit 5425233

Please sign in to comment.