Skip to content

Instantly share code, notes, and snippets.

@andypotanin
Created April 29, 2015 18:24
Show Gist options
  • Select an option

  • Save andypotanin/c96982d79ad22f25ea45 to your computer and use it in GitHub Desktop.

Select an option

Save andypotanin/c96982d79ad22f25ea45 to your computer and use it in GitHub Desktop.
# /opt/vendor/phpfarm/inst/php-5.3.22/bin
--with-regex=php \
--enable-sysvsem \
--enable-sysvshm \
--enable-sysvmsg \
--enable-track-vars \
--enable-trans-sid \
--with-bz2 \
--enable-ctype \
--without-gdbm \
--with-iconv \
--enable-filepro \
--enable-shmop \
--with-libxml-dir=/usr \ --with-kerberos=/usr \
--with-openssl \
--enable-dbx \
--with-system-tzdata \
--with-mysql=/usr \ --with-mysqli=/usr/bin/mysql_config \ --enable-pdo \
--with-pdo-mysql=/usr \
--enable-fastcgi \ --enable-force-cgi-redirect \
--with-curl \
--enable-bcmath \
--enable-calendar \
--enable-exif \
--enable-ftp \
--with-freetype-dir=/usr \
--with-t1lib \
--with-zlib-dir=/usr \
--with-gettext=/usr \
--enable-mbstring \
--with-mcrypt=/usr \
--with-mhash \
--with-mime-magic \
--enable-soap \
--enable-sockets \
--with-tidy \
--enable-wddx \
--with-xsl=/usr \
--with-zip \
--with-zlib \
--enable-zip \
--enable-bcmath \
--enable-cgi \
--enable-calendar \
--enable-curl \
--enable-curlssl \
--enable-curlwrappers \
--enable-ftp \
--enable-gd \
--enable-gettext \
--enable-iconv \
--enable-imap \
--enable-magic \
--enable-mbregex \
--enable-mbstring \
--enable-mcrypt \
--enable-mysql \
--enable-openssl \
--enable-pdo \
--enable-posix \
--enable-pear \
--enable-phar \
--enable-safemode \
--enable-sockets \
--enable-ttf \
--enable-xsl \
--enable-xmlrpc \
--enable-zend \
--enable-zip \
--enable-zlibcustom \
--enable-exif \
--enable-pcntl \
--enable-soap \
--enable-wddx \
--with-zlib \
--with-gettext \
--enable-fastcgi \
--with-bz2 \
--with-curl \
--with-gd \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--enable-gd-native-ttf \
--with-ttf \
--with-mhash \
--with-mcrypt \
--with-libdir=$LIBPATH \
echo $configoptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment