Actions

Translations

Installation - LimeSurvey CE/9/ru: Difference between revisions

From LimeSurvey Manual

m (FuzzyBot moved page Translations:Installation/9/ru to Translations:Installation - LimeSurvey CE/9/ru without leaving a redirect: Part of translatable page "Installation".)
No edit summary
 
Line 1: Line 1:
Требования:
Требования:
* Минимум 200 МiB дискового пространства
* Минимум 250 Мб дискового пространства.
* MySQL 4.1.0 или старше '''ИЛИ''' Microsoft SQL Server 2005 или старше '''ИЛИ''' Postgres 8.1 или старше
* MySQL 5.5.3 или старше '''ИЛИ''' Microsoft SQL Server 2005 или старше '''ИЛИ''' Postgres 9 или старше
* '''PHP 5.3 или старше''' включающий в себя следующие модули/библиотеки:
* '''PHP 5.5.9 или старше''' , однако мы рекомендуем PHP 7.0.0+ со следующими модулями/библиотеками:
** mbstring (Многобайтные Строковые Функции) библиотека расширений (см. также [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|Installation FAQ]])
** [[Installation FAQ#Requirements page#What is the mbstring (Multibyte String Functions) library|mbstring (Multibyte String Functions)]] библиотека.
** PDO драйвер баз данных для MySQL (pdo_mysql иди pdo_mysqli) или Postgres (pdo_pgsql) или MSSQL ([http://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)
** PDO драйвер для БД MySQL (pdo_mysql or pdo_mysqli) или Postgres (pdo_pgsql) или MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] для Windows и [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] для Linux).
** Также предполагается, что все стандартные PHP модули/библиотеки активированы (такие как: hash, session и т.д.).
** Также мы предполагаем, что основные библиотеки PHP по умолчанию включены
*** hash
*** session
*** openssl or mcrypt
*** и другие …

Latest revision as of 16:19, 8 December 2018

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 …

Требования:

  • Минимум 250 Мб дискового пространства.
  • MySQL 5.5.3 или старше ИЛИ Microsoft SQL Server 2005 или старше ИЛИ Postgres 9 или старше
  • PHP 5.5.9 или старше , однако мы рекомендуем PHP 7.0.0+ со следующими модулями/библиотеками:
    • mbstring (Multibyte String Functions) библиотека.
    • PDO драйвер для БД MySQL (pdo_mysql or pdo_mysqli) или Postgres (pdo_pgsql) или MSSQL (pdo_sqlsrv для Windows и pdo_dblib для Linux).
    • Также мы предполагаем, что основные библиотеки PHP по умолчанию включены
      • hash
      • session
      • openssl or mcrypt
      • и другие …