Skip to content

Instantly share code, notes, and snippets.

@laruence
Created March 10, 2014 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laruence/9460561 to your computer and use it in GitHub Desktop.
Save laruence/9460561 to your computer and use it in GitHub Desktop.
'./configure' \
'--prefix=/home/huixinchen/local/php55/' \
'--enable-cli' \
'--enable-fpm' \
'--with-config-file-path=/home/huixinchen/local/php55/' \
'--with-config-file-scan-dir=/home/huixinchen/local/php55/conf.d' \
'--enable-gd' \
'--enable-mbstring' \
'--with-zlib' \
'--with-bz2' \
'--enable-phar' \
'--enable-debug' \
'--with-pdo-mysql=mysqlnd' \
'--with-mysqli=mysqlnd' \
'--with-mysql=mysqlnd' \
'--with-curl=/home/huixinchen/local/libcurl/' \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment