Skip to content

Instantly share code, notes, and snippets.

@robap
Created December 4, 2011 01:59
Show Gist options
  • Save robap/1428856 to your computer and use it in GitHub Desktop.
Save robap/1428856 to your computer and use it in GitHub Desktop.
php configure
#! /bin/sh
#
# Created by configure
'./configure' \
'--with-curl' \
'--with-pdo-mysql=shared' \
'--enable-mbstring' \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment