1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-13 18:40:49 +01:00
4 FreeBSD
Fredrick Brennan edited this page 2018-05-10 18:57:34 +08:00

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;.