From 99cc34f16f7422290d5d6f117d257146ae411768 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 11:56:11 +0100 Subject: [PATCH 1/5] Upgrade to php8(.1) --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index da2f887..ff45782 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php7.4-fpm" - \ No newline at end of file + packages = "php8.1-fpm" + From 80c33a910636b7d04800b00bfc22fa7563ebcd3d Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:12:16 +0100 Subject: [PATCH 2/5] Add missing php-mbstring dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ff45782..e14de7e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.1-fpm" + packages = "php8.1-fpm, php8.1-mbstring" From 6f826fca311f1f9d349d3fdd49b334d84a396d1a Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:20:22 +0100 Subject: [PATCH 3/5] Add missing php-(simple)xml dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e14de7e..5cc1ba7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.1-fpm, php8.1-mbstring" + packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml" From 5a18edf0207db2ee71b684b16fef5523e7d4b944 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:27:44 +0100 Subject: [PATCH 4/5] Add missing php-curl dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5cc1ba7..669ebc8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml" + packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml, php8.1-curl" From 339506bad4d4599d8b9ec62b1b8aa2f9483cff6f Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:48:52 +0100 Subject: [PATCH 5/5] Adjust RAM needs in manifest --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 669ebc8..32ea2a2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "300M" ram.runtime = "50M" [install]