• php安装配置文件 源码和yum版


    源码安装

    ./configure --prefix=/usr/local/services/php
    --with-config-file-path=/usr/local/service/php/etc
    --with-mysql=/usr/local/mysql/
    --with-libxml-dir=/usr/local/libxml/
    --with-png-dir=/usr/local/libpng
    --with-jpeg-dir=/usr/local/jpeg
    --with-freetype-dir=/usr/local/freetype/
    --with-gd=/usr/local/gd/
    --with-zlib-dir=/usr/local/zlib/
    --with-mcrypt=/usr/local/libmcrypt/
    --with-mysqli=/usr/local/mysql/bin/mysql_config
    --enable-soap
    --enable-mbstring=all
    --enable-sockets
    --enable-fpm

    yum安装

    ./configure --prefix=/usr/local/php --enable-fpm
    --with-mcrypt --with-zlib --enable-mbstring --disable-pdo --
    with-curl --disable-debug --disable-rpath --enable-inline-
    optimization --with-bz2 --with-zlib --enable-sockets --
    enable-sysvsem --enable-sysvshm --enable-pcntl --enable-
    mbregex --with-mhash --enable-zip --with-pcre-regex --with-
    mysql --with-gd --with-jpeg

  • 相关阅读:
    H5页面尺寸兼容rem
    Mysql索引、explain执行计划
    mysql物理结构
    mysql 架构
    excel 写
    好的开源项目
    批量插入大量数据
    文件下载回显
    shardingsphere 实现 springboot集成 多数据源
    前后端代码特殊符号乱码问题
  • 原文地址:https://www.cnblogs.com/potu/p/3230042.html
Copyright © 2020-2023  润新知