Просмотр исходного кода

Add PHP 7.4 support to multiphp.

Raphael Schneeberger 6 лет назад
Родитель
Сommit
6635019eb0
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      CHANGELOG.md
  2. 1 0
      web/edit/server/index.php

+ 1 - 0
CHANGELOG.md

@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
 - Webmail IP address is now inherited from web domain when using multiple IPs.
 - Exim now uses the web domain IP if it exists.
 - Public IP is now used when updating webmail DNS record.
+- Added PHP 7.4 to MultiPHP.
 
 ### Bugfixes
 - Added a detection of web root for add .well-known ACME challenge.

+ 1 - 0
web/edit/server/index.php

@@ -44,6 +44,7 @@ $v_php_versions = [
     'php-7.1',
     'php-7.2',
     'php-7.3',
+    'php-7.4',
 ];
 sort($v_php_versions);