zoukankan      html  css  js  c++  java
  • 编译PHP的配置

    ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --enable-mbstring --with-freetype-dir=/usr/local/freetype --with-jpeg-dir=/usr/local/lib --with-curl --with-mcrypt --with-iconv --enable-pdo --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-mysql=mysqlnd

    ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --enable-mbstring=all --with-freetype-dir=/usr/local/freetype --with-jpeg-dir=/usr/local/jpeg --with-mysql=/usr/local/mysql/ --with-ttf --with-zlib --with-png --with-mbstring --with-curl --with-mcrypt --with-iconv --enable-pdo --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql --enable-mbstr-enc-trans --enable-mbregex --enable-track-vars


    ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-jpeg-dir=/usr/local/jpeg --with-ttf --with-freetype-dir=/usr/local/freetype --with-zlib --with-png --with-mysql=/usr/local/mysql/ --with-mbstring --enable-mbstring=all --enable-mbstr-enc-trans --enable-mbregex --enable-track-vars

  • 相关阅读:
    MySQL中mysqldump导出数据的使用
    MySQL中show语法使用总结
    Nginx配置项优
    Elasticsearch5.2.2安装
    SSH实现双向认证
    MySQL5.6主从复制搭建基于日志(binlog)
    清除Pycharm设置的方法
    Python3编程技巧
    django组件-中间件
    Python打杂之路
  • 原文地址:https://www.cnblogs.com/mazefeng/p/3359804.html
Copyright © 2011-2022 走看看