Skip to content

Instantly share code, notes, and snippets.

@luxixing
Created November 8, 2013 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luxixing/7366903 to your computer and use it in GitHub Desktop.
Save luxixing/7366903 to your computer and use it in GitHub Desktop.
PHP 5.5.5编译安装配置参数
./configure \
--prefix=/home/liwh/program/php-5.5.5\
--enable-fpm\
--with-fpm-user=php-fpm\
--with-fpm-group=php-fpm\
--enable-opcache\
--enable-calendar\
--enable-exif\
--enable-ftp\
--enable-gd-native-ttf\
--enable-mbstring\
--enable-pcntl\
--enable-soap\
--enable-sockets\
--enable-zip\
--enable-mysqlnd\
--with-mysqli\
--with-pdo-mysql\
--with-openssl\
--with-pcre-regex\
--with-zlib\
--with-curl\
--with-gd\
--with-mhash\
--with-mcrypt\
--with-gettext\
--with-jpeg-dir=/usr/lib64\
--with-png-dir=/usr/lib64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment