Skip to content

Instantly share code, notes, and snippets.

@SmetDenis
Created October 24, 2018 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SmetDenis/92e7978510b12dfbf35d872f935164d5 to your computer and use it in GitHub Desktop.
Save SmetDenis/92e7978510b12dfbf35d872f935164d5 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
# /usr/local/bin/php-x
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "/usr/bin"
BIN_TARGET="`pwd`/php"
cd "$SRC_DIR"
"$BIN_TARGET" -d memory_limit=2048M -dzend_extension=/usr/lib/php/20170718/xdebug.so "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment