From 86b84e122db0e105d31eb906614d8676df1cdc25 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 19 Feb 2024 22:07:48 -0700 Subject: [PATCH] Update Raspbian 12 ARM to use PHP 8.2 Makes the install work for the Raspberry Pi --- debian/resources/php.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/php.sh b/debian/resources/php.sh index 539930d..66272ca 100755 --- a/debian/resources/php.sh +++ b/debian/resources/php.sh @@ -31,6 +31,9 @@ elif [ ."$cpu_architecture" = ."arm" ]; then if [ ."$os_codename" = ."bullseye" ]; then php_version=7.4 fi + if [ ."$os_codename" = ."bookworm" ]; then + php_version=8.2 + fi else #11.x - bullseye #10.x - buster