Actions

Translations

Translations:Installation - LimeSurvey CE/9/zh-hant

From LimeSurvey Manual

LimeSurvey 6.x的最低需求:

  • 至少 250MB 硬碟空間
  • MariaDB 10.3.38 或更高版本 MySQL 8 或更高版本 Microsoft SQL Server 2008 或更高版本 Postgres 12 或更高版本。
  • PHP 版本需求:
    • LS 6.x 需 PHP 7.4.x ~ 8.x
    • LS 5.x 需 PHP 7.2.5 ~ 8.0.x
    • LS 3.x 需 PHP 5.5.9 ~ 7.4.x
  • php.ini 裡 `short_open_tag` 參數設定需設為 `ON`
  • 以下的 PHP 模組/擴充功能庫需啟用:
    • mbstring (Multibyte String Functions) 擴充功能庫
    • 在Windows環境 需要 MySQL 的PDO驅動程式庫 (pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或 MSSQL (pdo_sqlsrv 而 Linux環境需要 pdo_dblib )。
    • 還有, 我們建議常用的PHP程式庫都應該啟用
      • hash
      • session
      • openssl or mcrypt
      • fileinfo
      • SimpleXML
      • 等等…