1. 程式人生 > >php源碼安裝編譯參數

php源碼安裝編譯參數

ubuntu 源碼 安裝php

./configure --prefix=/usr/local/php56 --htmldir=/usr/local/php56/doc --with-config-file-path=/usr/local/php56/etc/ --with-pear --enable-re2c-cgoto --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --with-fpm-acl --enable-phpdbg --enable-phpdbg-debug --enable-debug --enable-sigchild --enable-libgcc --with-openssl --with-pcre-regex --with-zlib --enable-bcmath --with-bz2 --enable-exif --enable-ftp --with-gd --with-pcre-dir --with-freetype-dir --enable-gd-native-ttf --enable-gd-jis-conv --with-mhash --with-gettext --enable-intl --enable-mbstring --with-mcrypt --with-mysql --enable-opcache --enable-pcntl‘ --with-pdo-mysql --with-zlib-dir --enable-shmop --with-libedit --with-readline --enable-soap --with-libxml-dir --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-tidy --with-xmlrpc --with-iconv-dir --with-xsl --enable-zip --enable-mysqlnd --with-zend-vm=GOTO --enable-zend-signals --with-tsrm-pthreads --with-curl --with-jpeg-dir --with-png-dir --with-xpm-dir

php源碼安裝編譯參數