Thursday, March 14, 2013

php-pear install with modules

yum install php-pear

then refer

http://pear.php.net/manual/fr/installation.checking.php

pear install DB


[root@project html]# pear install DB
WARNING: "pear/DB" is deprecated in favor of "pear/MDB2"
WARNING: channel "pear.php.net" has updated its protocols, use "pear channel-update pear.php.net" to update
downloading DB-1.7.14.tgz ...
Starting to download DB-1.7.14.tgz (133,103 bytes)
.................done: 133,103 bytes
install ok: channel://pear.php.net/DB-1.7.14
[root@project html]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd:                            


edit php.ini to edit pear's directory

then  short_open_tag = On


No comments:

Post a Comment