tags 656392 + patch stop Hey Andrew.
The following patch should solve this. But please double check the code :) Chris.
* Corrects the check for the other boolen values (no/yes, off/on, true/false).
--- a/htdocs/setup.php
+++ b/htdocs/setup.php
@@ -96,7 +96,7 @@
global $loaded_extensions;
if ( !isset($loaded_extensions['suhosin']) ) return new CheckResult(true);
- return new CheckResult( ini_get('suhosin.server.strip') == "0" || strtolower(ini_get('suhosin.server.strip')) == "off" );
+ return new CheckResult( ini_get('suhosin.server.strip') == "0" || ini_get('suhosin.server.strip') == "" );
}
function check_magic_quotes_gpc() {
smime.p7s
Description: S/MIME cryptographic signature

