Last active
December 18, 2016 13:43
-
-
Save veewee/110eb867af36e9cc0112045d5f109611 to your computer and use it in GitHub Desktop.
PHP Segfault aliases on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias phpsegtrace='php -d xdebug.auto_trace=ON -d xdebug.trace_output_dir=/tmp/ -d xdebug.trace_output_name=phpsegtrace $@ || tail -n 50 /tmp/phpsegtrace.xt' | |
alias phpsegdbg='lldb php $@' | |
alias phpsegstrace='sudo dtruss php $@' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment