Skip to content

Instantly share code, notes, and snippets.

@RomiC
Last active August 29, 2015 14:01
Show Gist options
  • Save RomiC/a0d0a5a2efb82d01f283 to your computer and use it in GitHub Desktop.
Save RomiC/a0d0a5a2efb82d01f283 to your computer and use it in GitHub Desktop.
configure php with pthreading support
./configure --with-libdir=/lib/i386-linux-gnu \
--disable-all \
--with-pear \
--disable-cgi \
--enable-fpm \
--with-curl \
--disable-dom \
--enable-ftp \
--with-gettext \
--with-iconv \
--enable-mbstring \
--with-mcrypt \
--with-mhash \
--without-sqlite3 \
--enable-pdo \
--with-pdo_mysql \
--enable-pthreads \
--enable-maintainer-zts \
--enable-oauth \
--with-openssl \
--enable-pcntl \
--with-readline \
--enable-shmop \
--disable-simplexml \
--enable-sockets \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--disable-tokenizer \
--with-zlib \
--enable-xml \
--enable-libxml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment