Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


centos_php5.5_upgrade

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
centos_php5.5_upgrade [2015/12/09 21:06] juckinscentos_php5.5_upgrade [2015/12/09 21:10] juckins
Line 139: Line 139:
 yum -y install php55w-mbstring yum -y install php55w-mbstring
 yum -y install php55w-mcrypt yum -y install php55w-mcrypt
-yum -y install php55w-myswl 
 yum -y install php55w-mysql yum -y install php55w-mysql
 yum -y install php55w-pdo yum -y install php55w-pdo
 yum -y install php55w-pear yum -y install php55w-pear
 yum -y install php55w-xml yum -y install php55w-xml
 +yum -y install php55w-pear-MDB2
 +yum -y install php55w-pear-MDB2-Driver-mysqli
 </code> </code>