zoukankan      html  css  js  c++  java
  • php7-编译安装参数

    ./configure
    --with-fpm-user=www
    --with-fpm-group=www
    --prefix=/usr/local/php7
    --with-config-file-path=/usr/local/php7/etc
    --with-mysql-sock
    --with-mysqli
    --with-libxml-dir
    --with-openssl
    --with-mcrypt=/usr/local/libmcrypt
    --with-mhash
    --with-pcre-regex
    --with-zlib
    --with-iconv
    --with-bz2
    --with-curl
    --with-cdb
    --with-pcre-dir
    --with-gd
    --with-openssl-dir
    --with-jpeg-dir
    --with-png-dir
    --with-zlib-dir
    --with-freetype-dir
    --with-gettext
    --with-gmp
    --with-mhash
    --with-libmbfl
    --with-onig
    --with-pdo-mysql
    --with-zlib-dir
    --with-readline
    --with-libxml-dir
    --with-xsl --with-pear
    --enable-fpm
    --enable-soap
    --enable-bcmath
    --enable-calendar
    --enable-dom
    --enable-exif
    --enable-fileinfo
    --enable-filter
    --enable-ftp
    --enable-gd-native-ttf
    --enable-gd-jis-conv
    --enable-json
    --enable-mbstring
    --enable-mbregex
    --enable-mbregex-backtrack
    --enable-pdo
    --enable-session
    --enable-shmop
    --enable-simplexml
    --enable-sockets
    --enable-sysvmsg
    --enable-sysvsem
    --enable-sysvshm
    --enable-wddx
    --enable-zip
    --enable-mysqlnd-compression-support
    --enable-pcntl
    --without-gdbm
    --enable-opcache

  • 相关阅读:
    OpenMP vs WinSxS
    JIT, dynarec and binary translation
    VC++2010 bug
    控制和释放共享内存块
    分配和释放信号量
    代码列表5.1 (shm.c) 尝试共享内存
    绑定和脱离
    信号量
    每个字段动态添加一个随机数
    最近做了一个红底鞋类电商网站
  • 原文地址:https://www.cnblogs.com/ralphdc/p/10148530.html
Copyright © 2011-2022 走看看