jacobwb / hashover-next

This branch will be HashOver 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is intl not a must for setup?

yinhedot opened this issue · comments

commented

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?