Hi all is there any official upgrade document for php, mysql, phpmyadmin? for at least version php5.6?
Thanks
Thanks
Official Upgrade php version?
|
Hi all is there any official upgrade document for php, mysql, phpmyadmin? for at least version php5.6?
Thanks
There is nothing official, but there are posts around here that others have made0 when they upgraded their PHP. MySQL us not suggested as it may crash your server {Although, there are posts about it around here also.) phpMyAdmin can be upgraded using their update procedure provided you have the right minimal php version.
It looks like that since Ballen left the Sentora/Zpanel ...is nearly dead!!! At least a php 5.6 upgrade should be made avaiable.. I think.. but is my opinion.
But not to worry, Thanks
I do not know if is done correctly but... I have upgraded to 5.6 and apparently all looks good. HOPE!!!
here is what I have done. I DO NOT TAKE ANY RESPONSIBILITY IF YOUR SERVER BREAKS UP... DO IT AT YOUR OWN RISK. sudo apt-get install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install -y 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 libapache2-mod-php5.6 sudo a2dismod php5 sudo a2enmod php5.6 sudo service apache2 restart Recompile suhosin cd /tmp wget -nv -O suhosin.zip https://github.com/stefanesser/suhosin/a...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 sudo make install cd .. rm -rf suhosin-suhosin-0.9.37 Thanks given by: TGates
I have upgraded to 5.6 using this: https://gist.github.com/trinvh/faab50615...d9f363f346
Sorry for my bad english, I'm just a enthusiastic learner.
(06-18-2017, 01:17 AM)visionix Wrote: I do not know if is done correctly but... I have upgraded to 5.6 and apparently all looks good. HOPE!!! This one worked for me except that I have removed -y for the following: Code: sudo apt-get install -y 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 libapache2-mod-php5.6 Thanks for the help @visionix (04-26-2019, 08:59 AM)bluebrad Wrote: is there ever going to be an update to sentora and php? https://github.com/Dukecitysolutions/sen...p7-upgrade |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
PLEASE HOW DO I UPGRADE FROM 5.1 TO 7.4 | franselect | 4 | 16 ,810 |
04-22-2021, 04:47 PM Last Post: PromptAttestation |
|
Upgrade Kinda Work - Domain Issues Now | ppcseopro | 6 | 25 ,596 |
04-18-2020, 10:14 AM Last Post: Jettaman |
|
How to upgrade php and mysql version? | davidlambda | 4 | 30 ,319 |
03-11-2020, 06:16 PM Last Post: davidlambda |