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.

upgrade to php 5.6
#20
RE: upgrade to php 5.6
Compiling SUHOSIN in CentOS can be distilled into a one-liner; I can't imagine it is that much harder on Ubuntu. - Copy and paste all of this into your SSH terminal. The "echo" command at the end is to make the CLI enter the last command without you having to depress the <ENTER> key. This whole process takes less than two minutes. Hopefully it will be of some help to you with Ubuntu.

Code:
cd /tmp
wget https://download.suhosin.org/suhosin-0.9.38.tar.gz
tar -xzf suhosin-0.9.38.tar.gz
rm -f suhosin-0.9.38.tar.gz
cd suhosin-0.9.38
phpize &> /dev/null
./configure &> /dev/null
make &> /dev/null
make install
cd ..
rm -rf suhosin-0.9.38
echo

This is all that is likely to be different:

Rename the suhosin.ini it in your etc/php.d folder with a priority like, 20-suhosin.ini

Code:
; Enable Suhosin
extension=suhosin.so
Everyone makes mistakes, but to truly screw up it takes the root password!
Reply
Thanks given by:


Messages In This Thread
upgrade to php 5.6 - by claudiobiato - 12-08-2016, 11:53 PM
RE: upgrade to php 5.6 - by Me.B - 01-05-2017, 12:29 AM
RE: upgrade to php 5.6 - by sajun - 01-08-2017, 01:29 PM
RE: upgrade to php 5.6 - by FernandoGarcia - 01-31-2017, 11:20 AM
RE: upgrade to php 5.6 - by worksmarter - 01-31-2017, 07:22 PM
RE: upgrade to php 5.6 - by TGates - 02-01-2017, 03:16 AM
RE: upgrade to php 5.6 - by aroaminggeek - 02-01-2017, 02:04 PM
RE: upgrade to php 5.6 - by FernandoGarcia - 02-01-2017, 08:56 PM
RE: upgrade to php 5.6 - by TGates - 02-02-2017, 02:11 AM
RE: upgrade to php 5.6 - by FernandoGarcia - 02-02-2017, 03:36 AM
RE: upgrade to php 5.6 - by TGates - 02-02-2017, 06:29 AM
RE: upgrade to php 5.6 - by FernandoGarcia - 02-02-2017, 06:35 AM
RE: upgrade to php 5.6 - by TGates - 02-02-2017, 02:13 PM
RE: upgrade to php 5.6 - by akshalikas - 03-13-2017, 12:37 AM
RE: upgrade to php 5.6 - by jstacklin - 04-26-2017, 09:44 AM
RE: upgrade to php 5.6 - by Ron-e - 05-05-2017, 12:04 AM
RE: upgrade to php 5.6 - by worksmarter - 05-05-2017, 02:57 PM
RE: upgrade to php 5.6 - by FernandoGarcia - 05-06-2017, 01:10 AM
RE: upgrade to php 5.6 - by Obada - 12-28-2017, 02:39 AM
RE: upgrade to php 5.6 - by worksmarter - 01-17-2018, 01:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
PLEASE HOW DO I UPGRADE FROM 5.1 TO 7.4 franselect 4 15 ,284 04-22-2021, 04:47 PM
Last Post: PromptAttestation
Upgrade Kinda Work - Domain Issues Now ppcseopro 6 23 ,408 04-18-2020, 10:14 AM
Last Post: Jettaman
How to upgrade php and mysql version? davidlambda 4 28 ,726 03-11-2020, 06:16 PM
Last Post: davidlambda

Forum Jump:


Users browsing this thread: 1 Guest(s)