reading Ubuntu PHP uninstalls the Pecl installed Swoole extension January 30, 2024 by Margaret Torres DVM No Comments Delete extension=swoole.so from php.ini Uninstall and switch to bin in the PHP installation directory (using the command: which PHP) So enter the directory: cd /usr/binCopy the code Perform: ./pecl uninstall swoole