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 8.3 with CyberPanel
  • Removing PHPkoru Loader for PHP Version 8.3 from CyberPanel
  1. CyberPanel

Using PHPkoru for PHP 8.3 with CyberPanel

Installation of PHPkoru Loader for PHP version 8.3 with CyberPanel

Download the PHPkoru Loader into the CyberPanel PHP 8.3 modules directory.

wget https://cdn.phpkoru.com/loaders/phpkoru_loader_v1.0.2_lin_8.3.so -O /usr/local/lsws/lsphp83/lib64/php/modules/phpkoru_loader.so

Enable PHPkoru Loader

echo "extension=phpkoru_loader.so" > "/usr/local/lsws/lsphp83/etc/php.d/00-phpkoru.ini"

Removing PHPkoru Loader for PHP Version 8.3 from CyberPanel

You can use the following code to uninstall PHPkoru Loader.

rm -f /usr/local/lsws/lsphp83/etc/php.d/00-phpkoru.ini && rm -f /usr/local/lsws/lsphp83/lib64/php/modules/phpkoru_loader.so
PreviousUsing PHPkoru for PHP 8.2 with CyberPanelNextPlesk

Last updated 5 months ago