Skip to content

Instantly share code, notes, and snippets.

@zinovyev
Last active January 3, 2016 23:49
Show Gist options
  • Select an option

  • Save zinovyev/8537380 to your computer and use it in GitHub Desktop.

Select an option

Save zinovyev/8537380 to your computer and use it in GitHub Desktop.
Base config flags for php compilation.
#! /usr/bin/env bash
PHP_PREFIX=/usr/share/php
./configure --prefix=$PHP_PREFIX --enable-fpm --with-openssl --with-curl --enable-mbstring --with-mysqli --with-pdo-mysql --with-libedit --enable-soap --enable-sockets --with-pear=$PHP_PREFIX"/pear"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment