Skip to content

Instantly share code, notes, and snippets.

@weltling
Created June 7, 2016 12:51
Show Gist options
  • Save weltling/2bf6832753e1c16ffe912f49eca5e6ce to your computer and use it in GitHub Desktop.
Save weltling/2bf6832753e1c16ffe912f49eca5e6ce to your computer and use it in GitHub Desktop.
#! /bin/sh
#
# Created by configure
'./configure' \
'--build=x86_64-linux-gnu' \
'--host=x86_64-linux-gnu' \
'--prefix=/home/weltling/dws/root/php-7.0.8-ts-httpd-2.4' \
'--with-config-file-path=/home/weltling/dws/root/php-7.0.8-ts-httpd-2.4/etc' \
'--with-regex=php' \
'--enable-cli' \
'--enable-cgi' \
'--with-openssl' \
'--with-tidy' \
'--with-zlib' \
'--enable-calendar' \
'--enable-dom' \
'--enable-filter' \
'--with-gd' \
'--with-gmp' \
'--enable-hash' \
'--enable-phar' \
'--enable-session' \
'--enable-soap' \
'--enable-libxml' \
'--enable-xml' \
'--with-libxml-dir=/usr' \
'--with-iconv' \
'--enable-pcntl' \
'--with-mysql=mysqlnd' \
'--with-pgsql' \
'--with-sqlite3' \
'--enable-zip' \
'--with-xsl' \
'--enable-mbstring' \
'--with-fpm' \
'--enable-opcache' \
'--with-pic' \
'--with-layout=GNU' \
'--enable-mysqlnd' \
'--with-bz2' \
'--with-mysqli=mysqlnd' \
'--with-mcrypt' \
'--with-curl' \
'--enable-pdo' \
'--with-pdo-mysql' \
'--with-pdo-pgsql' \
'--with-pdo-dblib' \
'--with-pdo-sqlite' \
'--with-litespeed' \
'--with-apxs2=/home/weltling/dws/root/php-7.0.8-ts-httpd-2.4/httpd-2.4/bin/apxs' \
'--with-apache2-4handler' \
'--enable-maintainer-zts' \
'build_alias=x86_64-linux-gnu' \
'host_alias=x86_64-linux-gnu' \
'CFLAGS=' \
'CPPFLAGS=' \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment