Skip to content

Instantly share code, notes, and snippets.

@kalaomer
Created May 22, 2015 14:22
Show Gist options
  • Save kalaomer/f1aec2a010d65716254f to your computer and use it in GitHub Desktop.
Save kalaomer/f1aec2a010d65716254f to your computer and use it in GitHub Desktop.
PHP7 build
./configure \
--prefix=$HOME/php7/usr \
--with-config-file-path=$HOME/php7/usr/etc \
--enable-mbstring \
--enable-zip \
--enable-bcmath \
--enable-pcntl \
--enable-ftp \
--enable-exif \
--enable-calendar \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-wddx \
--with-mcrypt \
--with-openssl \
--with-libdir=/lib/x86_64-linux-gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment