PHPkoru
  • PHPkoru
  • cPanel
    • cPanel CloudLinux PHP Selector
      • Using PHPkoru for PHP 7.2 with CloudLinux PHP Selector in cPanel
      • Using PHPkoru for PHP 7.3 with CloudLinux PHP Selector in cPanel
      • Using PHPkoru for PHP 7.4 with CloudLinux PHP Selector in cPanel
      • Using PHPkoru for PHP 8.0 with CloudLinux PHP Selector in cPanel
      • Using PHPkoru for PHP 8.1 with CloudLinux PHP Selector in cPanel
      • Using PHPkoru for PHP 8.2 with CloudLinux PHP Selector in cPanel
      • Using PHPkoru for PHP 8.3 with CloudLinux PHP Selector in cPanel
    • cPanel EasyApache 4
      • Using PHPkoru for PHP 7.2 with EasyApache 4 in cPanel
      • Using PHPkoru for PHP 7.3 with EasyApache 4 in cPanel
      • Using PHPkoru for PHP 7.4 with EasyApache 4 in cPanel
      • Using PHPkoru for PHP 8.0 with EasyApache 4 in cPanel
      • Using PHPkoru for PHP 8.1 with EasyApache 4 in cPanel
      • Using PHPkoru for PHP 8.2 with EasyApache 4 in cPanel
      • Using PHPkoru for PHP 8.3 with EasyApache 4 in cPanel
  • CyberPanel
    • Using PHPkoru for PHP 7.2 with CyberPanel
    • Using PHPkoru for PHP 7.3 with CyberPanel
    • Using PHPkoru for PHP 7.4 with CyberPanel
    • Using PHPkoru for PHP 8.0 with CyberPanel
    • Using PHPkoru for PHP 8.1 with CyberPanel
    • Using PHPkoru for PHP 8.2 with CyberPanel
    • Using PHPkoru for PHP 8.3 with CyberPanel
  • Plesk
    • Using PHPkoru for PHP 7.2 with Plesk
    • Using PHPkoru for PHP 7.3 with Plesk
    • Using PHPkoru for PHP 7.4 with Plesk
    • Using PHPkoru for PHP 8.0 with Plesk
    • Using PHPkoru for PHP 8.1 with Plesk
    • Using PHPkoru for PHP 8.2 with Plesk
    • Using PHPkoru for PHP 8.3 with Plesk
Powered by GitBook
On this page
  • Installation of PHPkoru Loader for PHP version 7.4 with Plesk
  • Check after installation
  • Removing PHPkoru Loader for PHP Version 7.4 from Plesk
  • Check after removal
  1. Plesk

Using PHPkoru for PHP 7.4 with Plesk

Installation of PHPkoru Loader for PHP version 7.4 with Plesk

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

wget https://cdn.phpkoru.com/loaders/phpkoru_loader_v1.0.2_lin_7.4.so -O /opt/plesk/php/7.4/lib/php/modules/phpkoru_loader.so

Enable PHPkoru Loader

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

Check after installation

  • Restart Plesk PHP 7.4 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 7.4 from Plesk

You can use the following code to uninstall PHPkoru Loader.

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

Check after removal

  • Restart Plesk PHP 7.4 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

PreviousUsing PHPkoru for PHP 7.3 with PleskNextUsing PHPkoru for PHP 8.0 with Plesk

Last updated 1 year ago