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 EasyApache 4 in cPanel
  • Removing PHPkoru Loader for PHP Version 7.4 from EasyApache 4 in cPanel
  1. cPanel
  2. cPanel EasyApache 4

Using PHPkoru for PHP 7.4 with EasyApache 4 in cPanel

Installation of PHPkoru Loader for PHP version 7.4 with EasyApache 4 in cPanel

Download the PHPkoru Loader into the EasyApache 4 PHP 7.4 modules directory.

wget https://cdn.phpkoru.com/loaders/phpkoru_loader_v1.0.2_lin_7.4.so -O /opt/cpanel/ea-php74/root/usr/lib64/php/modules/phpkoru_loader.so

Enable PHPkoru Loader

echo -e "; Enable phpkoru_loader extension module\nextension=phpkoru_loader.so" > "/opt/cpanel/ea-php74/root/etc/php.d/00-phpkoru.ini"

Restart cPanel PHP FPMs

/scripts/restartsrv_apache_php_fpm

Removing PHPkoru Loader for PHP Version 7.4 from EasyApache 4 in cPanel

You can use the following code to uninstall PHPkoru Loader.

rm -f /opt/cpanel/ea-php74/root/etc/php.d/00-phpkoru.ini && rm -f /opt/cpanel/ea-php74/root/usr/lib64/php/modules/phpkoru_loader.so && /scripts/restartsrv_apache_php_fpm
PreviousUsing PHPkoru for PHP 7.3 with EasyApache 4 in cPanelNextUsing PHPkoru for PHP 8.0 with EasyApache 4 in cPanel

Last updated 2 years ago