Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/etc/init.d/mysql restart

Install PHP

...

8.

...

0 core

Please refresh your package list, the package names may be different, but it must be at least PHP 8.0.X at the moment.


sudo apt-get update

and install php 7.3

sudo apt-get install php7php8.30

Check if you have the correct version of php installed

...

sudo apt-get install libapache2-mod-php7php8.30 php7php8.30-mysql php7php8.30-gd php7php8.30-dom php7php8.30-mbstring php7php8.30-zip php7php8.30-curl php7php8.30-intl php7php8.30-json
  • dom
  • fileinfo
  • gd with Freetype-Support
  • iconv
  • mbstring
  • pdo_mysql
  • zip
  • curl
  • xml
  • intl
  • json
  • opcache
  • soap
  • sqlite3

...