Skip to content

Instantly share code, notes, and snippets.

@taoso
Created February 27, 2017 15:01
Show Gist options
  • Save taoso/c85ed8841e162b8c85ce58557e7a9017 to your computer and use it in GitHub Desktop.
Save taoso/c85ed8841e162b8c85ce58557e7a9017 to your computer and use it in GitHub Desktop.
compile php for psysh debuging
env YACC=`brew --prefix bison`/bin/bison ./configure
--disable-all
--prefix=/tmp/php71
--enable-phar
--enable-zip
--enable-tokenizer
--enable-json
--enable-posix
--with-libedit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment