• 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

  • 相关阅读:
    WPF数据绑定机制是如何实现
    C#自定义特性的使用
    MVVMLight学习笔记(一)---MVVMLight概述
    C# Autofac学习笔记
    EFCodeFirst快速搭建入门
    SQL having与where用法区别
    EventWaitHandle 类
    C# EF 使用 (CodeFirst模式)
    wmi 远程启动程序
    Centos 7 的一些 基础知识
  • 原文地址:https://www.cnblogs.com/ralphdc/p/10148530.html
Copyright © 2020-2023  润新知