See HERE for instructions on how to update suhosin to v0.9.38 for php to v5.6.38 update. There is a link in the page that details the php update.
Without installing suhosin after updating php, your server's security will be totally compromised...
Your php -v output should read:
You could also edit the installer if you are going to edit it to natively install php v5.6.38... Simply change the version number of suhosin. Keep in mind you have to modify the installer to install php5.6.38 in the installer or the edit below is worthless. I would just use the procedure detailed above.
Without installing suhosin after updating php, your server's security will be totally compromised...
Your php -v output should read:
Code:
# php -v
PHP 5.6.38 (cli) (built: Oct 24 2018 12:50:38)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Suhosin v0.9.38, Copyright (c) 2007-2015, by SektionEins GmbH
You could also edit the installer if you are going to edit it to natively install php v5.6.38... Simply change the version number of suhosin. Keep in mind you have to modify the installer to install php5.6.38 in the installer or the edit below is worthless. I would just use the procedure detailed above.
Code:
SUHOSIN_VERSION="0.9.37.1"
to
SUHOSIN_VERSION="0.9.38"
Everyone makes mistakes, but to truly screw up it takes the root password!