• PHP phpxml


    [root@DBSVR01 e]# yum install php-xml.i686
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile
     * base: centos.ustc.edu.cn
     * extras: centos.ustc.edu.cn
     * updates: ftp.twaren.net
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package php-xml.i686 0:5.3.3-22.el6 will be installed
    --> Finished Dependency Resolution

    Dependencies Resolved

    ===============================================================================================================================================================================================
     Package                                       Arch                                       Version                                             Repository                                  Size
    ===============================================================================================================================================================================================
    Installing:
     php-xml                                       i686                                       5.3.3-22.el6                                        base                                       101 k

    Transaction Summary
    ===============================================================================================================================================================================================
    Install       1 Package(s)

    Total download size: 101 k
    Installed size: 275 k
    Is this ok [y/N]: y
    Downloading Packages:
    php-xml-5.3.3-22.el6.i686.rpm                                                                                                                                           | 101 kB     00:00     
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing : php-xml-5.3.3-22.el6.i686                                                                                                                                                   1/1
      Verifying  : php-xml-5.3.3-22.el6.i686                                                                                                                                                   1/1

    Installed:
      php-xml.i686 0:5.3.3-22.el6                                                                                                                                                                  

    Complete!
    [root@DBSVR01 e]#

    [root@DBSVR01 e]# php check_configuration.php
    ********************************
    *                              *
    *  symfony requirements check  *
    *                              *
    ********************************

    php.ini used by PHP: /etc/php.ini

    ** WARNING **
    *  The PHP CLI can use a different php.ini file
    *  than the one used with your web server.
    *  If this is the case, please launch this
    *  utility from your web server.
    ** WARNING **

    ** Mandatory requirements **

      OK        PHP version is at least 5.2.4 (5.3.3)

    ** Optional checks **

      OK        PDO is installed
      OK        PDO has some drivers installed: sqlite
      OK        PHP-XML module is installed
      OK        XSL module is installed
      OK        The token_get_all() function is available
    [[WARNING]] The mb_strlen() function is available: FAILED
                *** Install and enable the mbstring extension ***
      OK        The iconv() function is available
      OK        The utf8_decode() is available
    [[WARNING]] The posix_isatty() is available: FAILED
                *** Install and enable the php_posix extension (used to colorized the CLI output) ***
    [[WARNING]] A PHP accelerator is installed: FAILED
                *** Install a PHP accelerator like APC (highly recommended) ***
      OK        php.ini has short_open_tag set to off
      OK        php.ini has magic_quotes_gpc set to off
      OK        php.ini has register_globals set to off
      OK        php.ini has session.auto_start set to off
      OK        PHP version is not 5.2.9
    [root@DBSVR01 e]#

  • 相关阅读:
    gulp之gulp-md5模块
    PCA调试--https证书问题
    linux开机启动tomcat
    sqlserver查看过滤存储过程内容
    oracle case when
    springboot1 缓存静态文件
    mysql修改联合主键
    git命令行获取某分支代码
    IDEA查看项目对应的git地址
    IDEA 中tomcat日志位置
  • 原文地址:https://www.cnblogs.com/simhare/p/3052727.html
Copyright © 2020-2023  润新知