Skip to content

Instantly share code, notes, and snippets.

@alberto1el
Last active April 15, 2023 20:32
Show Gist options
  • Save alberto1el/7cd65d6c4af6293287e176fe667aa13f to your computer and use it in GitHub Desktop.
Save alberto1el/7cd65d6c4af6293287e176fe667aa13f to your computer and use it in GitHub Desktop.
Disable/Enable xdebug on Ubuntu
sudo phpdismod xdebug
sudo phpdismod -v 7.4 xdebug #disable
sudo phpenmod -v 7.4 xdebug #enable
sudo service php7.4-fpm restart && sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment