PHPのconfigure

PHPのconfigureオプションのメモがどっかいっちゃうのでここにメモ。
もちろん開発用なので晒しても問題無し

./configure \
--prefix=/usr/local/php/5.2 \
--bindir=/usr/local/bin \
--with-config-file-path=/usr/local/php/5.2/etc \
--with-config-file-scan-dir=/usr/local/php/5.2/etc/conf.d \
--program-suffix=-5.2 \
--with-zlib \
--enable-pdo \
--with-pdo-sqlite \
--with-pgsql \
--with-pdo-pgsql \
--with-apxs2=/usr/bin/apxs2 \
--with-mysql \
--with-pdo-mysql \
--enable-mbstring \
--with-pear \
--enable-ftp \
--enable-soap \
--enable-sockets \
--with-gd \
--with-gettext \
--with-openssl \
--with-iconv \
--with-xsl \
--enable-zend-multibyte \
--with-readline