Actions

Translations

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

From LimeSurvey Manual

No edit summary
No edit summary
Line 3: Line 3:
* MySQL 4.10 of later '''OF''' Microsoft SQL Server 2005 of later '''OF''' Postgres 8.1 of later
* MySQL 4.10 of later '''OF''' Microsoft SQL Server 2005 of later '''OF''' Postgres 8.1 of later
* PHP 5.1.6. of later met de volgende modules en bibliotheken actief:
* PHP 5.1.6. of later met de volgende modules en bibliotheken actief:
** mbstring (zie ook: [[Installation FAQ/nl#What is this mbstring (Multibyte String Functions) library?|Installatie FAQ]])
** mbstring (zie ook: [[Installation FAQ/nl#Wat is de mbstring (Multibyte String Functions) bibliotheek?|Installatie FAQ]])
** PDO database driver voor MySQL (pdo_mysql of pdo_mysqli) of Postgres (pdo_pgsql) of MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv])
** PDO database driver voor MySQL (pdo_mysql of pdo_mysqli) of Postgres (pdo_pgsql) of MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv])
** PECL JSON bibliotheek voor alle PHP < 5.2 (zie ook: [http://pecl.php.net/package/json])
** PECL JSON bibliotheek voor alle PHP < 5.2 (zie ook: [http://pecl.php.net/package/json])
** Verder alle default bibliotheken (hash, session etc.)
** Verder alle default bibliotheken (hash, session etc.)

Revision as of 16:03, 27 June 2013

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 …

Vereist:

  • Minimaal 80Mb beschikbaar
  • MySQL 4.10 of later OF Microsoft SQL Server 2005 of later OF Postgres 8.1 of later
  • PHP 5.1.6. of later met de volgende modules en bibliotheken actief:
    • mbstring (zie ook: Installatie FAQ)
    • PDO database driver voor MySQL (pdo_mysql of pdo_mysqli) of Postgres (pdo_pgsql) of MSSQL (pdo_sqlsrv)
    • PECL JSON bibliotheek voor alle PHP < 5.2 (zie ook: [1])
    • Verder alle default bibliotheken (hash, session etc.)