Skip to content

Instantly share code, notes, and snippets.

@entr
Last active August 29, 2015 14:17
Show Gist options
  • Save entr/340ad91ff9263319f6b9 to your computer and use it in GitHub Desktop.
Save entr/340ad91ff9263319f6b9 to your computer and use it in GitHub Desktop.
phpfarm php 5.6 compile options on Ubuntu 14.04 x64
configoptions="\
--disable-short-tags \
--with-layout=GNU \
--enable-bcmath \
--enable-calendar \
--enable-exif \
--enable-ftp \
--enable-mbstring \
--enable-pcntl \
--enable-soap \
--enable-sockets \
--enable-wddx \
--enable-zip \
--enable-cgi \
--enable-opcache \
--with-openssl \
--with-openssl-dir=/usr/bin \
--with-curl \
--with-zlib \
--with-gettext \
--with-mysql \
--with-mysqli \
--with-pdo-mysql \
--with-mysql-sock=/var/run/mysqld/mysqld.sock \
--with-gd \
--enable-gd-native-ttf \
--with-libdir=/usr/lib/x86_64-linux-gnu \
--with-jpeg-dir=/usr/lib/x86_64-linux-gnu \
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment