Support custom PHP server values (#218)

* Add the logic for custom php paths

* Add the i18n strings

* Fix some visual things
This commit is contained in:
Matt (IPv4) Cowley
2021-02-04 19:29:32 +00:00
committed by GitHub
parent 323cae4c50
commit ad63ca0c8b
9 changed files with 112 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2020 DigitalOcean
Copyright 2021 DigitalOcean
This code is licensed under the MIT License.
You may obtain a copy of the License at
@@ -40,5 +40,6 @@ export default {
php74Socket: 'Socket 7.4',
php80Socket: 'Socket 8.0',
phpSocket: 'Socket PHP',
custom: 'Custom', // TODO: translate
disabled: 'Desabilitado',
};