PHP: Unterschied zwischen den Versionen

Aus wiki.frank-wulf.de
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
-Extensions
-Extensions
*mysql
*mbstring
*xml
*curl
*gd
*apcu
*zip
*intl
*imagick
*bcmath
*gmp
*redis
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
php8.1-mysql
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
php8.1-mbstring
php8.1-xml
php8.1-curl
php8.1-gd
php8.1-apcu
php8.1-zip
php8.1-intl
php8.1-imagick
php8.1-bcmath
php8.1-gmp
php8.1-redis
</syntaxhighlight>
</syntaxhighlight>

Version vom 29. Juli 2023, 11:23 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