CentOS 6.7 php 5.6 Chef
NickName:mxlfa Ask DateTime:2015-09-09T03:45:49

CentOS 6.7 php 5.6 Chef

We are running on php 5.4.44 with CentOS 6.7 I was reading some comments found here: https://www.reddit.com/r/PHP/comments/2w7xok/does_anyone_know_where_i_can_find_a_chef_cookbook/

How could I go about installing php 5.6 on CentOS 6.7 using chef? I have not gotten into chef that much so I'm a bit lost, but I know php 5.4 will be reaching its end of life Or would it be recommended that we change to CentOS 7? I've been trying to research but I really can't find something.

I also read this: Upgrading PHP on CentOS 6.5 (Final)

Is there any more information I have to post? Or am I asking the wrong question please let me know.

Copyright Notice:Content Author:「mxlfa」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/32466022/centos-6-7-php-5-6-chef

More about “CentOS 6.7 php 5.6 Chef” related questions

CentOS 6.7 php 5.6 Chef

We are running on php 5.4.44 with CentOS 6.7 I was reading some comments found here: https://www.reddit.com/r/PHP/comments/2w7xok/does_anyone_know_where_i_can_find_a_chef_cookbook/ How could I go ...

Show Detail

centOS 6.7 - install imagick php

trying to install imagick extension for php (here is the env): [root@localhost src]# cat /etc/*release* CentOS release 6.7 (Final) CentOS release 6.7 (Final) CentOS release 6.7 (Final) cpe:/o:centos:

Show Detail

PHP installation error on Centos 6.7 (libmcrypt)

Configured with PHP 5.6 Mysql 5.6..x Nginx 1.8.x CentOS 6.7 When I run yum install php-mcrypt , I get the error Error: Package: php55w-mcrypt-5.5.38-1.w6.x86_64 (webtatic) Requi...

Show Detail

Centos 6.7 PHP upgrade to 5.6 from PHP 5.2

Updating PHP to 5.6 from PHP 5.2 on Centos 6.7 cause following errors. Any help? [root@web2 yum.repos.d]# yum upgrade php* Loaded plugins: fastestmirror Setting up Upgrade Process Loading mirror

Show Detail

Install mod_php on Centos for PHP 7

I was using Chef to provision Apache with PHP module using the httpd cookbook. However, installing mod_php with that cookbook would install the PHP 5 module , even though I had remi set up to insta...

Show Detail

Laravel 5.1 connect to SQL Server using centos 6 and PHP 5.6

I used the following link to make a connection to a SQL database using Laravel 5.1: http://jacksondean.net/connecting-to-microsoft-sql-server-with-php-from-centos-6-x7-x/ I followed each step and

Show Detail

Upgrading from php 5.5.x to 5.6.x on CentOS 6.7

I've looked around for this topic, but all of the questions related to upgrading php on centOS seem to be pretty outdated. I found https://www.zerostopbits.com/how-to-upgrade-php-5-3-to-php-5-6-on-...

Show Detail

Unable to install mcrypt on CentOS 6.7 php 5.5.31

I am trying to install mcrypt module on my VPS with CentOS 6.7 64bit running php 5.5.31. I tried below things but No package found error is displayed. yum install php-mcrypt I am not sure if this...

Show Detail

Find and edit php.ini on centos 6.7

I try to increase the upload limit for phpmyadmin on centos 6.7. Please help me to find the path of php.ini and wich line should i edit. I find some threads on the net about /etc/php.ini but ther...

Show Detail

Centos 6.7 install PHP module for Apache

Im using a vagrant build vm and trying to install mod_php. yum install mod_php ..... Error: php70u-common conflicts with php-common-5.6.17-1.el6.remi.x86_64 Error: httpd24u conflicts with httpd-2....

Show Detail