Skip to content

Using PHPkoru for PHP 8.0 with CyberPanel

Installation of PHPkoru Loader for PHP version 8.0 with CyberPanel

Section titled “Installation of PHPkoru Loader for PHP version 8.0 with CyberPanel”

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

Terminal window
wget https://cdn.phpkoru.com/loaders/phpkoru_loader_v1.0.2_lin_8.0.so -O /usr/local/lsws/lsphp80/lib64/php/modules/phpkoru_loader.so

Enable PHPkoru Loader

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

Removing PHPkoru Loader for PHP Version 8.0 from CyberPanel

Section titled “Removing PHPkoru Loader for PHP Version 8.0 from CyberPanel”

You can use the following code to uninstall PHPkoru Loader.

Terminal window
rm -f /usr/local/lsws/lsphp80/etc/php.d/00-phpkoru.ini && rm -f /usr/local/lsws/lsphp80/lib64/php/modules/phpkoru_loader.so