Skip to content

Instantly share code, notes, and snippets.

@ohsawa0515
Created April 30, 2014 05:27
Show Gist options
  • Save ohsawa0515/2837792aadba8193eac5 to your computer and use it in GitHub Desktop.
Save ohsawa0515/2837792aadba8193eac5 to your computer and use it in GitHub Desktop.
PHP complie option
./configure \
--prefix=/usr/local/php-<version> \
--enable-bcmath \
--enable-calendar \
--enable-gd-jis-conv \
--enable-gd-native-ttf \
--enable-intl \
--enable-mbstring \
--enable-mbregex \
--enable-pcntl \
--enable-soap \
--with-curl \
--with-freetype-dir \
--with-gettext \
--with-gd \
--with-jpeg-dir \
--with-libxml-dir \
--with-mcrypt \
--with-mhash \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-openssl \
--with-pcre-dir \
--with-pear \
--with-png-dir \
--with-readline \
--with-xsl \
--with-zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment