Skip to content

Instantly share code, notes, and snippets.

@gistya
Created December 29, 2015 00:30
Show Gist options
  • Select an option

  • Save gistya/ef12aac4ae72189cbcb7 to your computer and use it in GitHub Desktop.

Select an option

Save gistya/ef12aac4ae72189cbcb7 to your computer and use it in GitHub Desktop.
CFLAGS+=" -arch x86_64 " ./configure --enable-maintainer-zts \
--with-openssl=/usr/local/opt/openssl \
--with-pcre-regex=/usr/local/opt/pcre \
--with-curl=/usr/bin/curl \
--enable-exif \
--with-apxs2=/usr/local/apache-2.4.17/bin/apxs \
--prefix=/usr/local/apache-2.4.17/php/ \
--enable-sockets \
--enable-zip \
--with-pear=/usr/local/apache-2.4.17/lib/php \
--enable-mbstring \
--enable-pdo \
--with-mysqli \
--with-pdo-mysql \
--with-mysql \
--with-gd \
--enable-bcmath \
--with-bz2 \
--enable-calendar \
--with-gettext \
--with-mcrypt=/usr/local/Cellar/mcrypt/2.6.8 \
--with-gmp=/usr/local/Cellar/gmp/6.1.0 \
--with-mhash \
--enable-pcntl \
--with-libedit \
--enable-reflection \
--enable-shmop \
--with-tidy \
--enable-wddx \
--with-xmlrpc \
--with-xsl \
--with-zlib \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--with-vpx-dir=/usr/local/Cellar/libvpx/1.4.0 \
--with-jpeg-dir=/usr/local/Cellar/jpeg/8d \
--with-png-dir=/usr/local/Cellar/libpng/1.6.19 \
--with-bison=/Library/Developer/CommandLineTools/usr/bin/bison \
--with-tsrm-pthreads \
--with-pdo-pgsql \
--with-pgsql=/usr/local/var/postgres \
--with-kerberos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment