Created
February 27, 2017 15:01
-
-
Save taoso/c85ed8841e162b8c85ce58557e7a9017 to your computer and use it in GitHub Desktop.
compile php for psysh debuging
This file contains hidden or 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
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