RE: upgrade to php 5.6
01-31-2017, 11:20 AM
(This post was last modified: 01-31-2017, 11:23 AM by FernandoGarcia.)
(12-08-2016, 11:53 PM)claudiobiato Wrote: Dear,
I have a machine with:
Ubuntu 12.4
Sentence Panel 1.0.3
Php 5.3
I need to upgrade to php 5.6
I used the commands for the update.
I check on the server the installed version php with the command (php -v)
PHP 5.6.29-1 + deb.sury.org ~ need + 1 (cli)
Copyright 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright 1998-2016 Zend Technologies
With Zend OPcache v7.0.6-dev, Copyright 1999-2016, by Zend Technologies
But when I check through php.info and the Sentora panel it shows me that I'm still using php 5.3
My question is how to direct to php 5.6
Can I delete php 5.3? The server?
Or do we have another way to go?
I'm trying to install a module on my site most only works with php 5.6
Thanks and I look forward to your help.
Hi!
Have you found a solution for this problem?
I have this problem too, see image.
EDIT: I have installed using this commands:
Code:
apt-get -y update
add-apt-repository ppa:ondrej/php
apt-get -y install php5.6 php5.6-mcrypt php5.6-mbstring php5.6-curl php5.6-cli php5.6-mysql php5.6-gd php5.6-intl php5.6-xsl php5.6-zip
apt-get -y update
Best regards.