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:13] juckinscentos_php5.5_upgrade [2016/02/05 22:07] juckins
Line 135: Line 135:
 Install these packages: Install these packages:
 <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>