chore: release 26.0.27

This commit is contained in:
Micha
2025-12-07 16:47:34 +01:00
parent ace1a008ef
commit 8f72fd0fea
9 changed files with 79 additions and 40 deletions

View File

@@ -278,6 +278,7 @@ private extension APIv2_13 {
struct AdditionalInterpreter: Decodable {
let version: String
let versionFull: String?
let path: String?
let configFile: String?
}
@@ -398,6 +399,7 @@ private extension APIv2_13 {
additionalPHPInterpreters: additionalPhpInterpreters?.map {
ServerInfo.PHPInterpreter(
version: $0.version,
fullVersion: $0.versionFull,
path: $0.path,
configFile: $0.configFile,
extensions: [],