Created
February 11, 2015 03:06
-
-
Save hikari-no-yume/1aa58e759995e52fb0fc to your computer and use it in GitHub Desktop.
PHP config scripts that I use
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
#!/bin/sh | |
make clean | |
./vcsclean | |
./buildconf | |
YACC=/usr/local/opt/bison27/bin/bison ./configure --enable-debug --enable-phpdbg "$@" |
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
#!/bin/sh | |
../config-bare --disable-all --disable-cgi "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment