JulienBreux
1/1/2013 - 5:15 PM

configure-5-4

## Configure
./configure \
--enable-cli \
--prefix=/opt/php54 \
--with-readline \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-pdo-sqlite \
--with-gd \
--enable-gd-native-ttf \
--with-freetype-dir \
--with-jpeg-dir \
--with-png-dir \
--with-zlib-dir \
--enable-gd-native-ttf \
--with-curl \
--enable-bcmath \
--enable-calendar \
--enable-mbstring \
--enable-mbregex \
--enable-exif \
--with-ldap \
--enable-pcntl \
--enable-soap \
--with-xsl \
--enable-zip \
--with-openssl \
--with-imap-ssl \
--enable-ftp \
--enable-exif \
--enable-sockets \
--with-config-file-path=/opt/php54/etc \
--with-iconv-dir=/opt/local \
--enable-fpm \
--with-fpm-user=www-data \
--with-fpm-group=www-data

## Build
make

## Test
make test

## Install
make install