From 63aacfc6441fda63797a4aaa4817d8ef1004abe7 Mon Sep 17 00:00:00 2001 From: Sascha Moser <28950736+xopez@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:49:59 +0100 Subject: [PATCH] Remove PHP 5.x, add PHP 8.2 (#402) Co-authored-by: Sascha Moser --- src/nginxconfig/i18n/de/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/en/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/es/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/fr/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/ja/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/pl/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/ru/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js | 2 +- src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js | 2 +- src/nginxconfig/templates/domain_sections/php.vue | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/nginxconfig/i18n/de/templates/domain_sections/php.js b/src/nginxconfig/i18n/de/templates/domain_sections/php.js index 6ce419c..1daaef8 100644 --- a/src/nginxconfig/i18n/de/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/de/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `${common.php} Backup Server`, tcp: 'TCP', hhvmSocket: 'HHVM Socket', - php5Socket: '5.x Socket', php70Socket: '7.0 Socket', php71Socket: '7.1 Socket', php72Socket: '7.2 Socket', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 Socket', php80Socket: '8.0 Socket', php81Socket: '8.1 Socket', + php82Socket: '8.2 Socket', phpSocket: 'PHP Socket', custom: 'Benutzerdefiniert', disabled: 'Deaktiviert', diff --git a/src/nginxconfig/i18n/en/templates/domain_sections/php.js b/src/nginxconfig/i18n/en/templates/domain_sections/php.js index 15581fd..bb8414d 100644 --- a/src/nginxconfig/i18n/en/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/en/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `${common.php} backup server`, tcp: 'TCP', hhvmSocket: 'HHVM socket', - php5Socket: '5.x socket', php70Socket: '7.0 socket', php71Socket: '7.1 socket', php72Socket: '7.2 socket', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 socket', php80Socket: '8.0 socket', php81Socket: '8.1 socket', + php82Socket: '8.2 socket', phpSocket: 'PHP socket', custom: 'Custom', disabled: 'Disabled', diff --git a/src/nginxconfig/i18n/es/templates/domain_sections/php.js b/src/nginxconfig/i18n/es/templates/domain_sections/php.js index f3f67ad..c0f82ac 100644 --- a/src/nginxconfig/i18n/es/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/es/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `Servidor ${common.php} de respaldo`, tcp: 'TCP', hhvmSocket: 'HHVM socket', - php5Socket: '5.x socket', php70Socket: '7.0 socket', php71Socket: '7.1 socket', php72Socket: '7.2 socket', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 socket', php80Socket: '8.0 socket', php81Socket: '8.1 socket', + php82Socket: '8.2 socket', phpSocket: 'PHP socket', custom: 'Personalizado', disabled: 'Desactivado', diff --git a/src/nginxconfig/i18n/fr/templates/domain_sections/php.js b/src/nginxconfig/i18n/fr/templates/domain_sections/php.js index 23282b4..41e89df 100644 --- a/src/nginxconfig/i18n/fr/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/fr/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `Serveur de sauvegarde ${common.php}`, tcp: 'TCP', hhvmSocket: 'Socket HHVM', - php5Socket: 'Socket 5.x', php70Socket: 'Socket 7.0', php71Socket: 'Socket 7.1', php72Socket: 'Socket 7.2', @@ -51,6 +50,7 @@ export default { php74Socket: 'Socket 7.4', php80Socket: 'Socket 8.0', php81Socket: 'Socket 8.1', + php82Socket: 'Socket 8.2', phpSocket: 'Socket PHP', custom: 'Custom', disabled: 'Désactivé', diff --git a/src/nginxconfig/i18n/ja/templates/domain_sections/php.js b/src/nginxconfig/i18n/ja/templates/domain_sections/php.js index cae645e..12238b9 100644 --- a/src/nginxconfig/i18n/ja/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/ja/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `${common.php} バックアップサーバ`, tcp: 'TCP', hhvmSocket: 'HHVM socket', - php5Socket: '5.x socket', php70Socket: '7.0 socket', php71Socket: '7.1 socket', php72Socket: '7.2 socket', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 socket', php80Socket: '8.0 socket', php81Socket: '8.1 socket', + php82Socket: '8.2 socket', phpSocket: 'PHP socket', custom: 'カスタム', disabled: '無効', diff --git a/src/nginxconfig/i18n/pl/templates/domain_sections/php.js b/src/nginxconfig/i18n/pl/templates/domain_sections/php.js index 3b3eb6f..e0d60ea 100644 --- a/src/nginxconfig/i18n/pl/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/pl/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `serwer backupowy ${common.php}`, tcp: 'TCP', hhvmSocket: 'HHVM socket', - php5Socket: '5.x socket', php70Socket: '7.0 socket', php71Socket: '7.1 socket', php72Socket: '7.2 socket', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 socket', php80Socket: '8.0 socket', php81Socket: '8.1 socket', + php82Socket: '8.2 socket', phpSocket: 'PHP socket', custom: 'Własny', disabled: 'Wyłączony', diff --git a/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js b/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js index a6cf3a6..0fcff9d 100644 --- a/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `Servidor de backup ${common.php}`, tcp: 'TCP', hhvmSocket: 'Socket HHVM', - php5Socket: 'Socket 5.x', php70Socket: 'Socket 7.0', php71Socket: 'Socket 7.1', php72Socket: 'Socket 7.2', @@ -51,6 +50,7 @@ export default { php74Socket: 'Socket 7.4', php80Socket: 'Socket 8.0', php81Socket: 'Socket 8.1', + php82Socket: 'Socket 8.2', phpSocket: 'Socket PHP', custom: 'Custom', // TODO: translate disabled: 'Desabilitado', diff --git a/src/nginxconfig/i18n/ru/templates/domain_sections/php.js b/src/nginxconfig/i18n/ru/templates/domain_sections/php.js index 26ab4e8..5b72943 100644 --- a/src/nginxconfig/i18n/ru/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/ru/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `${common.php} бекап сервер`, tcp: 'TCP', hhvmSocket: 'HHVM сокет', - php5Socket: '5.x сокет', php70Socket: '7.0 сокет', php71Socket: '7.1 сокет', php72Socket: '7.2 сокет', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 сокет', php80Socket: '8.0 сокет', php81Socket: '8.1 сокет', + php82Socket: '8.2 сокет', phpSocket: 'PHP сокет', custom: 'Другой', disabled: 'Выключено', diff --git a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js index b849ad6..72ab797 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `${common.php}备份服务器`, tcp: 'TCP', hhvmSocket: 'HHVM socket', - php5Socket: '5.x socket', php70Socket: '7.0 socket', php71Socket: '7.1 socket', php72Socket: '7.2 socket', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 socket', php80Socket: '8.0 socket', php81Socket: '8.1 socket', + php82Socket: '8.2 socket', phpSocket: 'PHP socket', custom: '自定义', disabled: '禁用', diff --git a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js index 4c80e89..edb9c89 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js @@ -43,7 +43,6 @@ export default { phpBackupServer: `${common.php} 備份伺服器`, tcp: 'TCP', hhvmSocket: 'HHVM 通訊端', - php5Socket: '5.x 通訊端', php70Socket: '7.0 通訊端', php71Socket: '7.1 通訊端', php72Socket: '7.2 通訊端', @@ -51,6 +50,7 @@ export default { php74Socket: '7.4 通訊端', php80Socket: '8.0 通訊端', php81Socket: '8.1 通訊端', + php82Socket: '8.2 通訊端', phpSocket: 'PHP 通訊端', custom: '自訂', disabled: '停用', diff --git a/src/nginxconfig/templates/domain_sections/php.vue b/src/nginxconfig/templates/domain_sections/php.vue index af16fcd..b4d781e 100644 --- a/src/nginxconfig/templates/domain_sections/php.vue +++ b/src/nginxconfig/templates/domain_sections/php.vue @@ -197,7 +197,6 @@ THE SOFTWARE. '127.0.0.1:9000': 'templates.domainSections.php.tcp', '/var/run/hhvm/sock': 'templates.domainSections.php.hhvmSocket', '/var/run/hhvm/hhvm.sock': 'templates.domainSections.php.hhvmSocket', - '/var/run/php5-fpm.sock': 'templates.domainSections.php.php5Socket', '/var/run/php/php7.1-fpm.sock': 'templates.domainSections.php.php71Socket', '/var/run/php/php7.2-fpm.sock': 'templates.domainSections.php.php72Socket', '/var/run/php/php7.0-fpm.sock': 'templates.domainSections.php.php70Socket', @@ -205,6 +204,7 @@ THE SOFTWARE. '/var/run/php/php7.4-fpm.sock': 'templates.domainSections.php.php74Socket', '/var/run/php/php8.0-fpm.sock': 'templates.domainSections.php.php80Socket', '/var/run/php/php8.1-fpm.sock': 'templates.domainSections.php.php81Socket', + '/var/run/php/php8.2-fpm.sock': 'templates.domainSections.php.php82Socket', '/var/run/php/php-fpm.sock': 'templates.domainSections.php.phpSocket', 'custom': 'templates.domainSections.php.custom', };