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.2 with CloudLinux PHP Selector in cPanel
  • Removing PHPkoru Loader for PHP Version 7.2 from CloudLinux PHP Selector in cPanel
  1. cPanel
  2. cPanel CloudLinux PHP Selector

Using PHPkoru for PHP 7.2 with CloudLinux PHP Selector in cPanel

Installation of PHPkoru Loader for PHP version 7.2 with CloudLinux PHP Selector in cPanel

Download the PHPkoru Loader into the CloudLinux PHP Selector PHP 7.2 modules directory.

wget https://cdn.phpkoru.com/loaders/phpkoru_loader_v1.0.2_lin_7.2.so -O /opt/alt/php72/usr/lib64/php/modules/phpkoru_loader.so

Enable PHPkoru Loader

echo -e "; Enable phpkoru_loader extension module\nextension=phpkoru_loader.so" > "/opt/alt/php72/etc/php.d.all/phpkoru.ini"

Restart cPanel PHP FPMs

/scripts/restartsrv_apache_php_fpm

Removing PHPkoru Loader for PHP Version 7.2 from CloudLinux PHP Selector in cPanel

You can use the following code to uninstall PHPkoru Loader.

rm -f /opt/alt/php72/etc/php.d.all/phpkoru.ini && rm -f /opt/alt/php72/usr/lib64/php/modules/phpkoru_loader.so && /scripts/restartsrv_apache_php_fpm
PreviouscPanel CloudLinux PHP SelectorNextUsing PHPkoru for PHP 7.3 with CloudLinux PHP Selector in cPanel

Last updated 2 years ago