Created
November 8, 2013 06:10
-
-
Save luxixing/7366903 to your computer and use it in GitHub Desktop.
PHP 5.5.5编译安装配置参数
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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