mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-69308 environment: Apply agreed changes
- PHP 7.3 required. - Moodle 3.6 required. - SQL*Server 2017 (aka, 14.0) required. - Sodium PHP extension required.
This commit is contained in:
parent
0c2d9d9db7
commit
c6fb18ef1d
1 changed files with 4 additions and 3 deletions
|
@ -3344,7 +3344,7 @@
|
||||||
</CUSTOM_CHECK>
|
</CUSTOM_CHECK>
|
||||||
</CUSTOM_CHECKS>
|
</CUSTOM_CHECKS>
|
||||||
</MOODLE>
|
</MOODLE>
|
||||||
<MOODLE version="3.11" requires="3.5">
|
<MOODLE version="3.11" requires="3.6">
|
||||||
<UNICODE level="required">
|
<UNICODE level="required">
|
||||||
<FEEDBACK>
|
<FEEDBACK>
|
||||||
<ON_ERROR message="unicoderequired" />
|
<ON_ERROR message="unicoderequired" />
|
||||||
|
@ -3354,10 +3354,10 @@
|
||||||
<VENDOR name="mariadb" version="10.2.29" />
|
<VENDOR name="mariadb" version="10.2.29" />
|
||||||
<VENDOR name="mysql" version="5.7" />
|
<VENDOR name="mysql" version="5.7" />
|
||||||
<VENDOR name="postgres" version="9.6" />
|
<VENDOR name="postgres" version="9.6" />
|
||||||
<VENDOR name="mssql" version="11.0" />
|
<VENDOR name="mssql" version="14.0" />
|
||||||
<VENDOR name="oracle" version="11.2" />
|
<VENDOR name="oracle" version="11.2" />
|
||||||
</DATABASE>
|
</DATABASE>
|
||||||
<PHP version="7.2.0" level="required">
|
<PHP version="7.3.0" level="required">
|
||||||
</PHP>
|
</PHP>
|
||||||
<PCREUNICODE level="optional">
|
<PCREUNICODE level="optional">
|
||||||
<FEEDBACK>
|
<FEEDBACK>
|
||||||
|
@ -3444,6 +3444,7 @@
|
||||||
</PHP_EXTENSION>
|
</PHP_EXTENSION>
|
||||||
<PHP_EXTENSION name="hash" level="required"/>
|
<PHP_EXTENSION name="hash" level="required"/>
|
||||||
<PHP_EXTENSION name="fileinfo" level="required"/>
|
<PHP_EXTENSION name="fileinfo" level="required"/>
|
||||||
|
<PHP_EXTENSION name="sodium" level="required"/>
|
||||||
</PHP_EXTENSIONS>
|
</PHP_EXTENSIONS>
|
||||||
<PHP_SETTINGS>
|
<PHP_SETTINGS>
|
||||||
<PHP_SETTING name="memory_limit" value="96M" level="required">
|
<PHP_SETTING name="memory_limit" value="96M" level="required">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue