We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552e61e commit 6635019Copy full SHA for 6635019
CHANGELOG.md
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
16
- Webmail IP address is now inherited from web domain when using multiple IPs.
17
- Exim now uses the web domain IP if it exists.
18
- Public IP is now used when updating webmail DNS record.
19
+- Added PHP 7.4 to MultiPHP.
20
21
### Bugfixes
22
- Added a detection of web root for add .well-known ACME challenge.
web/edit/server/index.php
@@ -44,6 +44,7 @@
44
'php-7.1',
45
'php-7.2',
46
'php-7.3',
47
+ 'php-7.4',
48
];
49
sort($v_php_versions);
50
0 commit comments