Skip to content

Commit

Permalink
Update Abhängigkeiten auf php8.2 in README (#225)
Browse files Browse the repository at this point in the history
Beim testen des #223 ist mir aufgefallen, das zumindest für Debian bookworm die aktuelle php Version 8.2 ist.
Und seit #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?
  • Loading branch information
DO1JLR authored and saerdnaer committed Jan 14, 2024
1 parent 6f3fb8e commit 110f53d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 110f53d

Please sign in to comment.