To be honest, it looks to me like you didn't install php 5.6 properly (which in part, included re-compiling suhosin).
Following this tutorial from these very forums, php 5.6 and suhosin are the result (read the entire thread, Forum theme points out you need to recompile suhosin). Do it correctly, and you get:
Keep in mind you do at your own risk and could break things even more than you might have already...
Following this tutorial from these very forums, php 5.6 and suhosin are the result (read the entire thread, Forum theme points out you need to recompile suhosin). Do it correctly, and you get:
Code:
[root@deckard ~]# php -v
PHP 5.6.29 (cli) (built: Dec 8 2016 08:42:35)
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