zoukankan      html  css  js  c++  java
  • PHP安装之configure的配置参数

    1、生成环境安装配置如下

    要求安装如下库:

    imagick
    gd
    mysql
    mysqli
    mysqlnd
    phalcon
    Phar
    soap
    sockets
    xwebxsvc
    zip
    zlib

    具体查看 vim php-config 就可以知道是如何配置的

    --prefix=/home/php' '--with-config-file-path=/home/php/etc' '--with-mysql' '--with-pdo-oci' '--with-openssl' '--with-pear' '--with-mhash' '--with-xmlrpc' '--with-zlib' '--with-mcrypt' '--with-curl' '--with-gd' '--with-freetype-dir=/usr/include/freetype2' '--without-sqlite3' '--without-pdo-sqlite' '--disable-rpath' '--without-pear' '--enable-fpm' '--enable-maintainer-zts' '--enable-pcntl' '--with-tsrm-pthreads' '--enable-mbstring' '--enable-mbregex' '--enable-bcmath' '--enable-zip' '--enable-sockets' '--enable-soap' '--enable-gd-native-ttf' '--enable-xml' '--enable-inline-optimization' '--enable-opcache
    ./configure' '--prefix=/home/php' '--with-config-file-path=/home/php/etc' '--with-mysql' '--with-pdo-oci' '--with-openssl' '--with-pear' '--with-mhash' '--with-xmlrpc' '--with-zlib' '--with-mcrypt' '--with-curl' '--with-gd' '--with-freetype-dir=/usr/include/freetype2' '--without-sqlite3' '--without-pdo-sqlite' '--disable-rpath' '--without-pear' '--enable-fpm' '--enable-maintainer-zts' '--enable-pcntl' '--with-tsrm-pthreads' '--enable-mbstring' '--enable-mbregex' '--enable-bcmath' '--enable-zip' '--enable-sockets' '--enable-soap' '--enable-gd-native-ttf' '--enable-xml' '--enable-inline-optimization' '--enable-opcache
  • 相关阅读:
    HDU 5273 Dylans loves sequence 暴力递推
    HDU 5285 wyh2000 and pupil 判二分图+贪心
    HDU 5281 Senior's Gun 贪心
    HDU 5651 xiaoxin juju needs help 逆元
    HDU 5646 DZY Loves Partition
    HDU 5366 The mook jong
    HDU 5391Z ball in Tina Town 数论
    HDU 5418 Victor and World 允许多次经过的TSP
    HDU 5642 King's Order dp
    抽屉原理
  • 原文地址:https://www.cnblogs.com/wanglijun/p/8778204.html
Copyright © 2011-2022 走看看