Actions

Translations

Installation - LimeSurvey CE/9/zh-cn: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 1: Line 1:
安装必须满足的最低要求:
安装必须满足的最低要求:
* 约 40(MB) 兆的磁盘空间。
* 约 180(MB) 兆的磁盘空间。
* MySQL 4.1.0 或以上版本 '''OR'''    Microsoft SQL Server 2005 或以上版本 '''OR'''  Postgres 8.1 或以上版本
* MySQL 5.5.3 或以上版本 '''OR'''    Microsoft SQL Server 2005 或以上版本 '''OR'''  Postgres 9 或以上版本
* PHP 5.3 或以上版本并启用下列模块/链接库:
* PHP 5.3.3 或以上版本, 但是推荐使用 PHP 5.5.x 或以上版本,并启用下列模块/链接库:
** mbstring (Multibyte String Functions) 扩展库 (参见[http://docs.limesurvey.org/tiki-index.php?page=Installation+FAQ#What_is_this_mbstring_Multibyte_String_Functions_library_ Installation FAQ])
** mbstring (Multibyte String Functions) 扩展库 (参见[[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|安装FAQ]] )
** mysql4 mysql5 PHP 链接库(主机商标准 - 如果你想设立自己的服务器请确保它被安装)
** 供MySQL使用的PDO数据库引擎(pdo_mysql pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用[http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] 和Linux使用[http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib])
** sessions - 见 http://de2.php.net/manual/en/session.installation.php (也是标配)
** 启用所有PHP的预设扩展库(比如 hash, session, 等等)
** pcre (regular expressions) - 见 http://de2.php.net/manual/en/book.pcre.php (也是标配)

Revision as of 05:47, 4 February 2017

Message definition (Installation - LimeSurvey CE)
The minimum set of requirements for '''LimeSurvey 6.x''':
* Minimum 250 MB disk space.
* MariaDB 10.3.38 or later '''OR''' MySQL 8 or later '''OR''' Microsoft SQL Server 2008 or later '''OR''' Postgres 12 or later.
* PHP version requirements: 
** LS 6.x from PHP 7.4.x to 8.x
** LS 5.x from PHP 7.2.5 to 8.0.x 
** LS 3.x from PHP 5.5.9 to 7.4.x
* php.ini `short_open_tag` setting should be set to `ON`
* The following PHP modules/libraries should be enabled:
** [[Installation FAQ#Requirements page#What is the mbstring (Multibyte String Functions) library|mbstring (Multibyte String Functions)]] extension library.
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows and [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux).
** Also, we assume in general that all PHP default libraries are enabled 
*** hash
*** session
*** openssl or mcrypt
*** fileinfo
*** SimpleXML
*** etc …

安装必须满足的最低要求:

  • 约 180(MB) 兆的磁盘空间。
  • MySQL 5.5.3 或以上版本 OR Microsoft SQL Server 2005 或以上版本 OR Postgres 9 或以上版本
  • PHP 5.3.3 或以上版本, 但是推荐使用 PHP 5.5.x 或以上版本,并启用下列模块/链接库:
    • mbstring (Multibyte String Functions) 扩展库 (参见安装FAQ )
    • 供MySQL使用的PDO数据库引擎(pdo_mysql 或 pdo_mysqli) 或 Postgres (pdo_pgsql) 或MSSQL (Windows使用pdo_sqlsrv 和Linux使用pdo_dblib)
    • 启用所有PHP的预设扩展库(比如 hash, session, 等等)。