Skip to content

Instantly share code, notes, and snippets.

@hikari-no-yume
Created February 11, 2015 03:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hikari-no-yume/1aa58e759995e52fb0fc to your computer and use it in GitHub Desktop.
Save hikari-no-yume/1aa58e759995e52fb0fc to your computer and use it in GitHub Desktop.
PHP config scripts that I use
#!/bin/sh
make clean
./vcsclean
./buildconf
YACC=/usr/local/opt/bison27/bin/bison ./configure --enable-debug --enable-phpdbg "$@"
#!/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