Skip to content

Instantly share code, notes, and snippets.

@mallardduck
Created May 28, 2018 22:27
Show Gist options
  • Save mallardduck/51816d2f262385b894c0b7ced36af1ab to your computer and use it in GitHub Desktop.
Save mallardduck/51816d2f262385b894c0b7ced36af1ab to your computer and use it in GitHub Desktop.
A simple bash script that ensures Xdebug is not loaded. May only work on Arch Linux as PHP configurations are OS dependant.
#!/usr/bin/env bash
`which php` -n \
-c /etc/php/php.ini \
"$@";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment