Subversion Repositories oidplus

Rev

Rev 1301 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1301 Rev 1305
Line 85... Line 85...
85
                                          '<br>or alternatively<br>' .
85
                                          '<br>or alternatively<br>' .
86
                                          'BCMath ('.$install_hint2.')';
86
                                          'BCMath ('.$install_hint2.')';
87
        }
87
        }
88
 
88
 
89
        if (!extension_loaded('mbstring') && !extension_loaded('iconv')) {
89
        if (!extension_loaded('mbstring') && !extension_loaded('iconv')) {
90
                // Required for includes/classes/OIDplusAuthContentStoreSession.class.php
-
 
91
                //              includes/oid_utils.inc.php
90
                // Required for includes/oid_utils.inc.php
92
                //              vendor/matthiasmullie/path-converter/src/Converter.php
91
                //              vendor/matthiasmullie/path-converter/src/Converter.php
93
                //              vendor/n-other/php-sha3/src/Sha3.php
92
                //              vendor/n-other/php-sha3/src/Sha3.php
94
                //              includes/functions.inc.php (convert_to_utf8_no_bom)
93
                //              includes/functions.inc.php (convert_to_utf8_no_bom)
95
                // Note that vendor/symfony/polyfill-mbstring/ will always implement the MBString functions, but they only work if iconv is present.
94
                // Note that vendor/symfony/polyfill-mbstring/ will always implement the MBString functions, but they only work if iconv is present.
96
                // This is the reason why we use extension_loaded('mbstring') instead of function_exists('mb_substr')
95
                // This is the reason why we use extension_loaded('mbstring') instead of function_exists('mb_substr')