Skip to content

Commit 6635019

Browse files
committed
Add PHP 7.4 support to multiphp.
1 parent 552e61e commit 6635019

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
1616
- Webmail IP address is now inherited from web domain when using multiple IPs.
1717
- Exim now uses the web domain IP if it exists.
1818
- Public IP is now used when updating webmail DNS record.
19+
- Added PHP 7.4 to MultiPHP.
1920

2021
### Bugfixes
2122
- Added a detection of web root for add .well-known ACME challenge.

web/edit/server/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'php-7.1',
4545
'php-7.2',
4646
'php-7.3',
47+
'php-7.4',
4748
];
4849
sort($v_php_versions);
4950

0 commit comments

Comments
 (0)