Using Swoole / Roadrunner

Hello,

Try this one:

Code:
mkdir -p /usr/local/directadmin/scripts/custom
cd /usr/local/directadmin/scripts/custom
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/php/php-extension.sh -O php-extension.sh
chmod 750 php-extension.sh
./php-extension.sh swoole

It will install swoole-5.0.1, which is compatible with PHP 8.x only. If you run older PHP versions, then another step might be required.
 
Back
Top