NOTE: PHP Configure options

Tip 2011. 6. 14. 23:50
./configure --prefix=/var/saba/www/php \
--with-apxs2=/var/saba/www/apache/bin/apxs \
--with-png-dir=/usr/lib \
--with-gdbm \
--with-gd \
--with-jpeg-dir=/usr/lib \
--with-mysql=/var/saba/www/mysql \
--with-mysqli=/var/saba/www/mysql/bin/mysql_config \
--with-iconv \
--with-zlib-dir=/usr/lib \
--with-freetype-dir=/usr/lib \
--with-libxml-dir=/usr/lib \
--with-xpm-dir \
--with-mcrypt \
--with-openssl \
--with-gettext \
--with-mhash \
--with-bz2=/usr/lib \
--disable-debug \
--enable-sysvshm=yes \
--enable-sysvsem=yes \
--enable-inline-optimization \
--enable-magic-quotes \
--enable-ftp \
--enable-exif \
--enable-xml \
--enable-zip \
--enable-mbstring=all \
--enable-mbregex \
--enable-bcmath \
--enable-magic-quotes \
--enable-gd-native-ttf \
--enable-calendar \
--enable-ftp \
--enable-sockets \
--enable-wddx
: