Skip to content

Instantly share code, notes, and snippets.

@allex
Last active August 29, 2015 13:57
Show Gist options
  • Save allex/9489049 to your computer and use it in GitHub Desktop.
Save allex/9489049 to your computer and use it in GitHub Desktop.
#! /bin/sh
#
# Created by configure
'./configure' \
'--prefix=/usr/local/php5' \
'--mandir=/usr/local/php5/man' \
# '--with-apxs2=/usr/local/apache2/bin/apxs' \
'--enable-cli' \
'--with-config-file-path=/usr/local/php5/etc' \
'--with-mysqli' \
'--enable-mysqlnd' \
'--enable-fpm' \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment