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

  • 相关阅读:
    sudo配置临时取得root权限
    Linux 前台 和 后台进程 说明
    延迟加载
    事件代理
    字符串方法总结
    javascript
    HTML
    通用样式,如清除浮动
    html脱离文档流事件
    经典容易忽略的行内块
  • 原文地址:https://www.cnblogs.com/mazefeng/p/3359804.html
Copyright © 2011-2022 走看看