So ... I'm using PHP 5.4.x and went to install Suhosin via command line:
"/scripts/phpextensionmgr install PHPSuHosin"
And the install fails with an error message:
make: *** [suhosin.lo] Error 1
Determining PHP version
Could not determine PHP version from output:
Turns out that the version of Suhosin currently in WHM/cPanel is 0.9.33. However, over at GitHub the latest is 0.9.34 which does have support for PHP 5.4.x
https://github.com/stefanesser/suhosin/blob/master/Changelog
How do I get that installed? And why hasn't cPanel included it already?
"/scripts/phpextensionmgr install PHPSuHosin"
And the install fails with an error message:
make: *** [suhosin.lo] Error 1
Determining PHP version
Could not determine PHP version from output:
Turns out that the version of Suhosin currently in WHM/cPanel is 0.9.33. However, over at GitHub the latest is 0.9.34 which does have support for PHP 5.4.x
https://github.com/stefanesser/suhosin/blob/master/Changelog
How do I get that installed? And why hasn't cPanel included it already?