I am trying to install the latest version of php on a centos box and am struggling.
The cookbook i have been looking at is the opscode one: https://github.com/opscode-cookbooks/php
It doesnt look like i can install php 5.5 using that.
To install manually i would simply do the following (on centos 6.4):
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install php55w php55w-opcache
How does this translate into using chef (solo) to get php 5.5 installed?