Jcats

Well-Known Member
PartnerNOC
May 25, 2011
807
160
168
New Jersey
cPanel Access Level
DataCenter Provider
Its available for PHP 5.4, 5.5, 5.6

Code:
ea-php54-php-suhosin.x86_64 : Protective PHP Hardening Extension
ea-php55-php-suhosin.x86_64 : Protective PHP Hardening Extension
ea-php56-php-suhosin.x86_64 : Protective PHP Hardening Extension
You can just install via yum for whichever version:

Code:
yum -y install ea-php54-php-suhosin.x86_64 ea-php55-php-suhosin.x86_64 ea-php56-php-suhosin.x86_64
 

Samet Chan

Well-Known Member
Jun 24, 2016
369
42
153
cPanel Access Level
Root Administrator
Twitter
Its available for PHP 5.4, 5.5, 5.6

Code:
ea-php54-php-suhosin.x86_64 : Protective PHP Hardening Extension
ea-php55-php-suhosin.x86_64 : Protective PHP Hardening Extension
ea-php56-php-suhosin.x86_64 : Protective PHP Hardening Extension
You can just install via yum for whichever version:

Code:
yum -y install ea-php54-php-suhosin.x86_64 ea-php55-php-suhosin.x86_64 ea-php56-php-suhosin.x86_64
Hmm, I don't use PHP older version. I could use PHP 7.0 and above. Is it Suhosin available for new PHP version yet?
 

Jcats

Well-Known Member
PartnerNOC
May 25, 2011
807
160
168
New Jersey
cPanel Access Level
DataCenter Provider
Not from cPanel no, even suhosin's site says only tested with up to 5.6

Installing Suhosin

"Compatibility: The current Suhosin-Extension has been tested with PHP 5.4, 5.5 and 5.6."

There is a repo on github:

sektioneins/suhosin7

but its prealpha so not recommended to use in a live environment.
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
As suggested by @Jcats we don't have it above the fully supported versions provided by the developers of suhosin. I double checked the experimental EasyApache 4 repo and it's not present there either. If they do release a stable version for newer php versions that may change.

Thanks!
 
  • Like
Reactions: Samet Chan