PHP: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Wulf (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Wulf (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
apt install php8.2-mysql php8.2-mbstring php8.2-xml php8.2-curl php8.2-gd php8.2-apcu php8.2-zip php8.2-intl php8.2-imagick php8.2-bcmath php8.2-gmp php8.2-redis | apt install php8.2-mysql php8.2-mbstring php8.2-xml php8.2-curl php8.2-gd php8.2-apcu php8.2-zip php8.2-intl php8.2-imagick php8.2-bcmath php8.2-gmp php8.2-redis | ||
</syntaxhighlight> | |||
==Switch PHP version on command line | |||
<syntaxhighlight lang="bash"> | |||
update-alternatives --config php | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Version vom 29. Juli 2023, 11:45 Uhr
-Extensions
- mysql
- mbstring
- xml
- curl
- gd
- apcu
- zip
- intl
- imagick
- bcmath
- gmp
- redis
apt install php8.2-mysql php8.2-mbstring php8.2-xml php8.2-curl php8.2-gd php8.2-apcu php8.2-zip php8.2-intl php8.2-imagick php8.2-bcmath php8.2-gmp php8.2-redis
==Switch PHP version on command line
update-alternatives --config php