You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fredrick Brennan edited this page May 10, 2018
·
4 revisions
Vichan works under FreeBSD as well as Linux (GNU or libmusl). The following PHP extensions are required by the default installation (tested with PHP 7.2):
bcmath
ctype
filter
gd
hash
iconv
json
mbstring
mcrypt
pdo
pdo_mysql
session
You also must set $config['bsd_md5'] = true; and $config['gnu_md5'] = false;.