Skip to content

Instantly share code, notes, and snippets.

@raksa
Created December 19, 2018 13:46
Show Gist options
  • Select an option

  • Save raksa/7cdfe018ceed76ae86967db037de04ea to your computer and use it in GitHub Desktop.

Select an option

Save raksa/7cdfe018ceed76ae86967db037de04ea to your computer and use it in GitHub Desktop.
quick test php from git src
#! /bin/sh
#xcode-select --install
#/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#brew install bison
#brew install wget
#brew install openssl
#brew install libxml2
#brew link libxml2 --force
#brew install jpeg
#brew install libpng
#brew install libmcrypt
git clean -xdf && \
export PATH="/usr/local/Cellar/bison/3.2.2/bin:$PATH" && \
./buildconf && \
./configure --without-sqlite3 --without-pdo-sqlite --with-iconv=$(brew --prefix libiconv) && \
make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment