1.2.1607. ext/suhosin¶
Suhosin extension.
Suhosin (pronounced ‘su-ho-shin’) is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core.
Suhosin was a PHP 5 extension, and it has been ported to PHP 7 and 8, as a separate but eponymous project.
<?php
// sha256 is a ext/suhosin specific function
$sha256 = sha256($string);
?>
See also Suhosin.org and Suhosin snuffleupagus.
1.2.1607.1. Specs¶
Short name |
Extensions/Extsuhosin |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |