From 0fed56bcfa07a2d4b6587e2c81692c8f300d7923 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 14 Jan 2024 22:10:36 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Abh=C3=A4ngigkeiten=20auf=20php8.2=20i?= =?UTF-8?q?n=20README=20(#225)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim testen des https://github.com/voc/streaming-website/pull/223 ist mir aufgefallen, das zumindest für Debian bookworm die aktuelle php Version 8.2 ist. Und seit https://github.com/voc/streaming-website/pull/216 gemerged wurde, scheint php8 der aktuelle stand zu sein Auch ist mir aufgefallen, das nicht nur ``php-curl`` und ``php-xml`` für das lokale testen benötigt werden, sondern auch das php paket. Ich habe es also in der README ergänzt. Eventuell findet ihr diese PR nützlich und wollt ihn mergen? --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dbff13a6..4c60fcbb 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,12 @@ Gegebenheiten und die Gestaltung der Konferenz angepasst werden können. Während der Entwicklung kann der eingebaute PHP-Webserver verwendet werden: ```sh $ ./serve.sh -PHP 7.0.4-7ubuntu2.1 Development Server started at Mon Jun 20 22:40:17 2016 -Listening on http://localhost:8000 -Document root is /home/peter/VOC/streaming-website +[Thu Jan 1 13:37:42 1970] PHP 8.2.7 Development Server (http://localhost:8000) started Press Ctrl-C to quit. … ``` -Unterstützt wird PHP ab 5.4. +Unterstützt wird PHP ab 7.4. ### Docker @@ -34,9 +32,9 @@ docker run -it -p 8000:8000 -v "$PWD":/app -w /app php:7-cli ./serve.sh 0.0.0.0 ### Abhängigkeiten ```sh -apt install php7.0-curl php7.0-xml +apt install php8.2 php8.2-curl php8.2-xml # - or - -apt install php-curl php-xml +apt install php php-curl php-xml ``` #### Dateidownload testen