美文网首页
php ubuntu 扩展

php ubuntu 扩展

作者: EchoBallon | 来源:发表于2017-11-13 10:24 被阅读0次

    sudo apt-get install php7.0-bcmath

    sudo apt-get install php7.0-bz2

    sudo apt-get install php7.0-calendar

    sudo apt-get install php7.0-ctype

    sudo apt-get install php7.0-curl

    sudo apt-get install php7.0-dom

    sudo apt-get install php7.0-enchant

    sudo apt-get install php7.0-exif

    sudo apt-get install php7.0-fileinfo

    sudo apt-get install php7.0-ftp

    sudo apt-get install php7.0-gd

    sudo apt-get install php7.0-gettext

    sudo apt-get install php7.0-gmp

    sudo apt-get install php7.0-iconv

    sudo apt-get install php7.0-intl

    sudo apt-get install php7.0-json

    sudo apt-get install php7.0-ldap

    sudo apt-get install php7.0-mbstring

    sudo apt-get install php7.0-mysqli

    sudo apt-get install php7.0-mysqlnd

    sudo apt-get install php7.0-opcache

    sudo apt-get install php7.0-pdo

    sudo apt-get install php7.0-phar

    sudo apt-get install php7.0-posix

    sudo apt-get install php7.0-pspell

    sudo apt-get install php7.0-readline

    sudo apt-get install php7.0-shmop

    sudo apt-get install php7.0-simplexml

    sudo apt-get install php7.0-snmp

    sudo apt-get install php7.0-soap

    sudo apt-get install php7.0-sockets

    sudo apt-get install php7.0-sqlite3

    sudo apt-get install php7.0-sysvmsg

    sudo apt-get install php7.0-sysvsem

    sudo apt-get install php7.0-sysvshm

    sudo apt-get install php7.0-wddx

    sudo apt-get install php7.0-xml

    sudo apt-get install php7.0-xsl

    以下不能一次性全部安装,因为要选y

    sudo apt-get install php7.0-recode

    sudo apt-get install php7.0-dba

    sudo apt-get install php7.0-imap

    sudo apt-get install php7.0-interbase

    sudo apt-get install php7.0-odbc

    sudo apt-get install php7.0-pgsql

    sudo apt-get install php7.0-tidy

    sudo apt-get install php7.0-zip

    以下部分无法安装

    我使用的是ubuntu 16.04 32位系统,如果有不同情况还请不宁赐教,

    xmlreader

    xmlrpc

    xmlwriter

    pdo_dblib

    pdo_firebird

    pdo_mysql

    pdo_oci

    pdo_odbc

    pdo_pgsql

    pdo_sqlite

    com_dotnet

    date

    filter

    hash

    libxml

    mcrypt

    oci8

    openssl

    pcntl

    pcre

    reflection

    session

    skeleton

    spl

    standard

    vtokenizer

    zlib

    php-7.0 扩展列表

    bcmath

    bz2

    calendar

    com_dotnet

    ctype

    curl

    date

    dba

    dom

    enchant

    exif

    fileinfo

    filter

    ftp

    gd

    gettext

    gmp

    hash

    iconv

    imap

    interbase

    intl

    json

    ldap

    libxml

    mbstring

    mcrypt

    mysqli

    mysqlnd

    oci8

    odbc

    opcache

    openssl

    pcntl

    pcre

    pdo

    pdo_dblib

    pdo_firebird

    pdo_mysql

    pdo_oci

    pdo_odbc

    pdo_pgsql

    pdo_sqlite

    pgsql

    phar

    posix

    pspell

    readline

    recode

    reflection

    session

    shmop

    simplexml

    skeleton

    snmp

    soap

    sockets

    spl

    sqlite3

    standard

    sysvmsg

    sysvsem

    sysvshm

    tidy

    vtokenizer

    wddx

    xml

    xmlreader

    xmlrpc

    xmlwriter

    xsl

    zip

    zlib

    原文地址:blog.csdn.net/m0_37573740/article/details/73648342

    相关文章

      网友评论

          本文标题:php ubuntu 扩展

          本文链接:https://www.haomeiwen.com/subject/yniamxtx.html