Subversion Repositories oidplus

Rev

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

Rev 1221 Rev 1301
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/OIDplusSessionHandler.class.php
90
                // Required for includes/classes/OIDplusAuthContentStoreSession.class.php
91
                //              includes/oid_utils.inc.php
91
                //              includes/oid_utils.inc.php
92
                //              vendor/matthiasmullie/path-converter/src/Converter.php
92
                //              vendor/matthiasmullie/path-converter/src/Converter.php
93
                //              vendor/n-other/php-sha3/src/Sha3.php
93
                //              vendor/n-other/php-sha3/src/Sha3.php
94
                //              includes/functions.inc.php (convert_to_utf8_no_bom)
94
                //              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.
95
                // Note that vendor/symfony/polyfill-mbstring/ will always implement the MBString functions, but they only work if iconv is present.