PHP php-xml

[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]#

posted on 2013-05-01 02:30  simhare  阅读(973)  评论(0编辑  收藏  举报

导航