Actions

Translations

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

From LimeSurvey Manual

m (FuzzyBot moved page Translations:Installation/9/pl to Translations:Installation - LimeSurvey CE/9/pl without leaving a redirect: Part of translatable page "Installation".)
No edit summary
Line 1: Line 1:
Wymagania:
Minimalny zestaw wymagań dla '''LimeSurvey 6.x''':
* Około 40 megabajtów miejsca na dysku dla skryptów
* Minimum 250 MB miejsca na dysku.
* język PHP w wersji 4.3.2 lub nowszej '''albo''' PHP w wersji 5.x lub nowszej z zainstalowanymi rozszerzeniami:
* MySQL 5.5.3 lub nowsza wersja '''LUB''' Microsoft SQL Server 2005 lub nowsza wersja '''LUB''' Postgres 9 lub nowszy.
** mbstring (dla lokalizacji), zobacz także [[Installation FAQ]];
* Wymagania wersji PHP:
** mysql4 lub mysql5 lub odbc_mssql lub pgsql - zależnie od bazy danych, której używasz (do komunikacji z bazą danych);
** LS 6.x z PHP 7.4.x do 8.1.x
** session (sesje), zobacz [http://de2.php.net/manual/en/session.installation.php PHP Session Documentation];
** LS 5.x z PHP 7.2 .5 do 8.0.x
** pcre (wyrażenia regularne), zobacz [http://de2.php.net/manual/en/book.pcre.php PHP PCRE Documentation].
** LS 3.x z PHP 5.5.9 do 7.4.x
* Ustawienie `short_open_tag` w php.ini powinno być ustawione na `ON`
* Następujące moduły PHP /libraries powinno być włączone:
** [[Często zadawane pytania dotyczące instalacji#Strona wymagań#Co to jest biblioteka mbstring (funkcje ciągów wielobajtowych)|mbstring (funkcje ciągów wielobajtowych)]] biblioteka rozszerzeń.
** Sterownik bazy danych PDO dla MySQL (pdo_mysql lub pdo_mysqli) lub Postgres (pdo_pgsql) lub MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] dla Windows i [http://www.php.net/ manual/en/ref.pdo-dblib.php pdo_dblib] dla Linuksa).
** Ponadto zakładamy, że wszystkie domyślne biblioteki PHP są włączone
*** sesja hash
*** openssl lub mcrypt
*** informacje o pliku
*** SimpleXML
*** itd…

Revision as of 07:46, 15 September 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 …

Minimalny zestaw wymagań dla LimeSurvey 6.x:

  • Minimum 250 MB miejsca na dysku.
  • MySQL 5.5.3 lub nowsza wersja LUB Microsoft SQL Server 2005 lub nowsza wersja LUB Postgres 9 lub nowszy.
  • Wymagania wersji PHP:
    • LS 6.x z PHP 7.4.x do 8.1.x
    • LS 5.x z PHP 7.2 .5 do 8.0.x
    • LS 3.x z PHP 5.5.9 do 7.4.x
  • Ustawienie `short_open_tag` w php.ini powinno być ustawione na `ON`
  • Następujące moduły PHP /libraries powinno być włączone: