P粉3641297442023-08-11 13:36:43
This probably means you have the XDEBUG extension installed for your version of PHP CLI.
For PHP8.1, to disable this XDEBUG extension, you can run the following command in the terminal:
sudo apt-get purge php8.1-xdebug && phpdismod xdebug
If this does not resolve the issue, you may need to restart the PHP service and ensure that the PHP CLI is also using version PHP 8.1. If not, modify the above command to suit your PHP version