[*] Installer : mbstring check added (optionnal) #PSCFV-6489

This commit is contained in:
Damien Metzger
2013-02-21 12:01:32 +01:00
parent dc027cb3cf
commit 84f10e908a
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -294,6 +294,11 @@ class ConfigurationTestCore
return ConfigurationTest::test_dir($dir);
}
public static function test_mcrypt()
{
return function_exists('mb_strtolower');
}
public static function test_mcrypt()
{
return function_exists('mcrypt_encrypt');