Using PHPkoru for PHP 8.0 with Plesk

Installation of PHPkoru Loader for PHP version 8.0 with Plesk

Download the PHPkoru Loader into the Plesk PHP 8.0 modules directory.

wget https://cdn.phpkoru.com/loaders/phpkoru_loader_v1.0.2_lin_8.0.so -O /opt/plesk/php/8.0/lib/php/modules/phpkoru_loader.so

Enable PHPkoru Loader

echo "extension=phpkoru_loader.so" > "/opt/plesk/php/8.0/etc/php.d/00-phpkoru.ini"

Check after installation

  • Restart Plesk PHP 8.0 FPM service from Plesk > Tools & Settings > Server Management > Services Management

  • If using dedicated FPM applications in Plesk, you will need to restart the Dedicated FPM application from the PHP settings for website

Removing PHPkoru Loader for PHP Version 8.0 from Plesk

You can use the following code to uninstall PHPkoru Loader.

rm -f /opt/plesk/php/8.0/etc/php.d/00-phpkoru.ini && rm -f /opt/plesk/php/8.0/lib/php/modules/phpkoru_loader.so

Check after removal

  • Restart Plesk PHP 8.0 FPM service from Plesk > Tools & Settings > Server Management > Services Management

  • If using dedicated FPM applications in Plesk, you will need to restart the Dedicated FPM application from the PHP settings for website

Last updated