Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Abhängigkeiten auf php8.2 in README #225

Merged
merged 2 commits into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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