Actions

Translations

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

From LimeSurvey Manual

No edit summary
No edit summary
Line 1: Line 1:
System-Voraussetzungen:
Die Mindestanforderungen für „LimeSurvey 6.x“:
* Minimum 250 MB freien Speicherplatz
* Mindestens 250 MB Speicherplatz.
* MySQL 5.5.3 oder höher '''oder''' mind. Microsoft SQL Server 2005 '''oder''' mind. Postgres 9  
* MySQL 5.5.3 oder höher „ODER“ Microsoft SQL Server 2005 oder höher '''ODER''' Postgres 9 oder höher.
* PHP 7.2.5 bis 8.0.x - mit den folgenden aktivierten Modulen/Bibliotheken:
* PHP-Versionsanforderungen:
** mbstring (Multibyte String Functionen) Erweiterungsbibliothek (siehe [[Installation FAQ/de#What is this mbstring (Multibyte String Functions) library?|Installations-FAQ]])
** LS 6.x von PHP 7.4.x bis 8.1.x
** PDO Datenbanktreiber für MySQL (pdo_mysql oder pdo_mysqli) oder Postgres (pdo_pgsql) oder MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] für Windows und [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] für Linux)
** LS 5.x von PHP 7.2 .5 bis 8.0.x  
** Weiterhin wird davon ausgegangen, dass alle PHP-Standard-Bibliotheken aktiviert sind, wie
** LS 3.x von PHP 5.5.9 bis 7.4.x
* Die php.ini-Einstellung „short_open_tag“ sollte auf „ON“ gesetzt sein
* Die folgenden PHP-Module /libraries sollte aktiviert sein:
** [[Installations-FAQ#Anforderungsseite#Was ist die mbstring (Multibyte String Functions)-Bibliothek|mbstring (Multibyte String Functions)]]-Erweiterungsbibliothek.
** PDO-Datenbanktreiber für MySQL (pdo_mysql oder pdo_mysqli) oder Postgres (pdo_pgsql) oder MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] für Windows und [http://www.php.net/ manual/en/ref.pdo-dblib.php pdo_dblib] für Linux).
** Außerdem gehen wir im Allgemeinen davon aus, dass alle PHP-Standardbibliotheken aktiviert sind  
*** hash
*** hash
*** session
*** session! N!*** openssl oder mcrypt
*** openssl or mcrypt
*** fileinfo
*** fileinfo
*** etc
*** SimpleXML
*** etc

Revision as of 07:52, 3 August 2023

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 …

Die Mindestanforderungen für „LimeSurvey 6.x“:

  • Mindestens 250 MB Speicherplatz.
  • MySQL 5.5.3 oder höher „ODER“ Microsoft SQL Server 2005 oder höher ODER Postgres 9 oder höher.
  • PHP-Versionsanforderungen:
    • LS 6.x von PHP 7.4.x bis 8.1.x
    • LS 5.x von PHP 7.2 .5 bis 8.0.x
    • LS 3.x von PHP 5.5.9 bis 7.4.x
  • Die php.ini-Einstellung „short_open_tag“ sollte auf „ON“ gesetzt sein
  • Die folgenden PHP-Module /libraries sollte aktiviert sein: