zoukankan      html  css  js  c++  java
  • linux 源码编译php的参数

    ./configure --prefix=/usr/local/php-5.3.5
    --with-config-file-path=/usr/local/php-5.3.5/etc
    --with-config-file-scan-dir=/usr/local/php-5.3.5/etc/conf.d
    --enable-fpm
    --with-fpm-user=www
    --with-fpm-group=www
    --with-pear
    --with-curl
    --with-gd
    --with-jpeg-dir
    --with-png-dir
    --with-freetype-dir
    --with-iconv
    --with-mcrypt
    --with-mhash
    --with-zlib
    --with-xmlrpc
    --with-xsl
    --with-openssl
    --with-mysql
    --with-mysqli
    --with-pdo-mysql
    --disable-debug
    --enable-zip
    --enable-sockets
    --enable-soap
    --enable-mbstring
    --enable-magic-quotes
    --enable-inline-optimization
    --enable-memory-limit
    --enable-xml
    --enable-ftp
    --enable-exif
    --enable-wddx
    --enable-bcmath
    --enable-calendar
    --enable-sqlite-utf8
    --enable-shmop
    --enable-dba
    --enable-sysvsem
    --enable-sysvshm
    --enable-sysvmsg
    make && make install 
    

      

  • 相关阅读:
    linux终端发送邮件
    ubuntu交换Caps 和 ESC
    pycharm快捷键
    python catch socket timeout
    pgsql restart
    python re.sub
    文件写入与缓存
    HTTP协议再分析
    leetcode-45
    Java的锁
  • 原文地址:https://www.cnblogs.com/freespider/p/4602939.html
Copyright © 2011-2022 走看看