Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Installing PHP extensions

Global PHP extensions per version — Web stack → PHP extensions.

  1. Select PHP version

    Web stack → PHP extensions tab. Select version (e.g. 8.3). PHP-FPM package for that version must be installed.

  2. CMS extension bundle

    «Install CMS extensions» button installs a typical set (mysql, curl, gd, intl, zip…) for the selected version at once.

  3. Individual extensions

    Search the table and click Install or Uninstall. Operation runs in background — do not close the page while running.

  4. Verification

    After install verify PHP-FPM service is active (Web stack → Install). Extensions are global — apply to all projects on that version.

    php8.3 -m | grep -i mysql
    systemctl status php8.3-fpm