This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

How to upgrade php and mysql Centos 6 64 ( Sentora)
#1
How to upgrade php and mysql Centos 6 64 ( Sentora)
Hello.. is there a way to upgrade the php and mysql on Centos 6 64 (Sentora) ?
Reply
Thanks given by:
#2
RE: How to upgrade php and mysql Centos 6 64 ( Sentora)
You can use centos 7 that have php 5.4 or use ubuntu 14 that have PHP 5.5.

We don't offer support for upgrading php using third party repos, you can do it at your own risk.
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#3
RE: How to upgrade php and mysql Centos 6 64 ( Sentora)
(04-16-2015, 08:47 PM)Me.B Wrote: You can use centos 7 that have php 5.4 or use ubuntu 14 that have PHP 5.5.

We don't offer support for upgrading php using third party repos, you can do it at your own risk.

It would be better so we can all get a php upgraded..like i want to use Centos 6 and have upgraded.. i done this to upgrade to php 5.5.

yum install yum-plugin-replace
yum replace php-common --replace-with=php55w-common

On the php-v it says now :


Quote:[root@sentora-test ~]# php -v

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/module
s/suhosin.so' - /usr/lib64/php/modules/suhosin.so: undefined symbol: php_checkui
d in Unknown on line 0
PHP 5.5.23 (cli) (built: Mar 21 2015 22:04:59)
Copyright © 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright © 1998-2015 Zend Technologies

FIX OF THE ISSUE :


Code:
cd /tmp
wget -nv -O suhosin.zip https://github.com/stefanesser/suhosin/archive/suhosin-0.9.37.zip
unzip -q suhosin.zip
rm -f suhosin.zip
cd suhosin-suhosin-0.9.37
phpize &> /dev/null
./configure &> /dev/null
make &> /dev/null
make install
cd ..
rm -rf suhosin-suhosin-0.9.37

Quote:[root@sentora-test ~]# php -v

PHP 5.5.23 (cli) (built: Mar 21 2015 22:04:59)
Copyright © 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright © 1998-2015 Zend Technologies
    with Suhosin v0.9.37-dev, Copyright © 2007-2014, by SektionEins GmbH
Reply
Thanks given by:
#4
RE: How to upgrade php and mysql Centos 6 64 ( Sentora)
This solution is not supported it can trigger nasty conflicts and I already explained it, up to you.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#5
RE: How to upgrade php and mysql Centos 6 64 ( Sentora)
(04-16-2015, 10:24 PM)Me.B Wrote: This solution is not supported it can trigger nasty conflicts and I already explained it, up to you.

M B

ubuntu 14 has the newest mysql also?
Reply
Thanks given by:
#6
RE: How to upgrade php and mysql Centos 6 64 ( Sentora)
https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes

all there the packages php & mysql shipping
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Is Sentora dead? rajeevrrs 2 3 ,055 12-17-2022, 09:20 AM
Last Post: TGates
Sentora debug and error files johnnyp 0 1 ,186 10-27-2022, 06:16 PM
Last Post: johnnyp
Transfer Account to another Sentora BenI 1 2 ,620 07-21-2022, 07:19 PM
Last Post: Nigel

Forum Jump:


Users browsing this thread: 1 Guest(s)