Skip to content

Instantly share code, notes, and snippets.

@azhai
Created October 19, 2013 03:51
Show Gist options
  • Save azhai/7051459 to your computer and use it in GitHub Desktop.
Save azhai/7051459 to your computer and use it in GitHub Desktop.
php 5.4.21 configure
./configure --prefix=/opt/php-5.4.21 \
--with-mysql --with-mysqli --with-pdo-mysql --with-mysql-sock=/var/run/mysqld/mysqld.sock \
--with-mcrypt --with-zlib --enable-zip --with-bz2=shared \
--with-pic --with-curl=shared --with-freetype-dir --with-png-dir \
--with-gettext=shared --with-gmp=shared --with-iconv --with-jpeg-dir --with-png-dir \
--with-libxml-dir --with-pcre-regex --with-kerberos \
--with-openssl --with-imap --with-imap-ssl \
--with-pear --with-gd --enable-gd-native-ttf --enable-calendar=shared \
--enable-exif --enable-ftp --enable-sockets --enable-bcmath=shared \
--enable-pcntl --enable-intl --enable-mbstring \
--enable-sysvsem --enable-sysvshm --enable-sysvmsg \
--without-unixODBC --enable-mbregex --enable-embed \
--enable-tokenizer --disable-phar --with-sqlite3 \
--enable-fpm --with-fpm-user="ryan" --with-fpm-group="ryan" \
--with-layout=GNU --with-mssql=/opt/freetds-0.91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment