Skip to content

Instantly share code, notes, and snippets.

@gwijayas
Created October 23, 2013 18:37
Show Gist options
  • Save gwijayas/7124113 to your computer and use it in GitHub Desktop.
Save gwijayas/7124113 to your computer and use it in GitHub Desktop.
php 5.4 mod_php
./configure --prefix=/opt/php/5.4 --with-regex=php --disable-debug --disable-rpath --with-pic --with-layout=GNU --without-pear --enable-calendar --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-bcmath --with-bz2 --enable-ctype --with-db4 --without-gdbm --with-iconv --enable-exif --enable-ftp --with-gettext --enable-mbstring --with-pcre-regex=/usr --enable-shmop --enable-sockets --enable-wddx --with-libxml-dir=/usr --with-zlib --with-kerberos=/usr --with-openssl --enable-soap --enable-zip --with-mhash=yes --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-apxs2=/opt/apache/bin/apxs --with-config-file-path=/opt/php/5.4/etc --with-config-file-scan-dir=/opt/php/5.4/etc/conf.d --without-mm --with-curl=shared,/usr --with-enchant=shared,/usr --with-zlib-dir=/usr --with-gd --enable-gd-native-ttf --with-gmp=shared,/usr --with-jpeg-dir=shared,/usr --with-xpm-dir=shared,/usr/X11R6 --with-png-dir=shared,/usr --with-freetype-dir=shared,/usr --enable-intl=shared --without-t1lib --with-ldap=shared,/usr --with-ldap-sasl=/usr --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pspell=shared,/usr --with-recode=shared,/usr --with-xsl=shared,/usr --with-snmp=shared,/usr --with-sqlite3=shared,/usr --with-tidy=shared,/usr --with-xmlrpc=shared --with-pgsql=shared,/usr PGSQL_INCLUDE=/usr/include/postgresql --enable-pdo=shared --without-pdo-dblib --with-pdo-mysql=mysqlnd --enable-pdo --with-pdo-odbc=shared,unixODBC,/usr --with-pdo-pgsql=shared,/usr/bin/pg_config --with-pdo-sqlite=shared,/usr --with-pdo-dblib=shared,/usr --with-libdir=/lib/x86_64-linux-gnu --with-mcrypt=shared,/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment