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 revision
Previous revision
Last revisionBoth sides next revision
centos_php5.5_upgrade [2015/12/09 21:13] juckinscentos_php5.5_upgrade [2016/02/05 22:08] juckins
Line 134: Line 134:
  
 Install these packages: Install these packages:
 +  * php55w 
 +  * php55w-gd 
 +  * php55w-mbstring 
 +  * php55w-mcrypt 
 +  * php55w-mysql 
 +  * php55w-pdo 
 +  * php55w-pear
 +  * php55w-xml
 <code> <code>
-yum -y install php55w +#!/bin/bash 
-yum -y install php55w-gd + 
-yum -y install php55w-mbstring +yum -y install php55w php55w-gd php55w-mbstring php55w-mcrypt php55w-mysql php55w-pdo php55w-pear php55w-xml
-yum -y install php55w-mcrypt +
-yum -y install php55w-mysql +
-yum -y install php55w-pdo +
-yum -y install php55w-pear +
-yum -y install php55w-xml+
 </code> </code>