jacobwb / hashover-next

This branch will be HashOver 2.0
GNU Affero General Public License v3.0
420 stars 87 forks source link

is intl not a must for setup? #302

Closed yinhedot closed 3 years ago

yinhedot commented 3 years ago

I installed hashover over the following setup.php code:

        // Required extensions to check for
    // 'date', 'dom', 'json', 'mbstring', 'openssl', 'pcre', 'intl'
    protected $extensions = array (
        'date', 'dom', 'json', 'mbstring', 'openssl', 'pcre'
    );

so , is intl a must for setup?