Actions

Translations

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

From LimeSurvey Manual

m (FuzzyBot moved page Translations:Installation/9/it to Translations:Installation - LimeSurvey CE/9/it without leaving a redirect: Part of translatable page "Installation".)
No edit summary
Line 1: Line 1:
Obbligatori:
Il set minimo di requisiti per '''LimeSurvey 6.x''':
* Almeno 80 MB liberi su disco
* Minimo 250 MB di spazio su disco.
* MySQL 4.1.0 o successivo '''OPPURE'''    Microsoft SQL Server 2005 o successivo '''OPPURE'''  Postgres 8.1 o successivo
* MySQL 5.5.3 o successivo '''OPPURE''' Microsoft SQL Server 2005 o successivo '''OPPURE''' Postgres 9 o successivo.
* <B>PHP 5.3 o successivo </B>con i seguenti moduli e librerie installate e abilitate:
* Requisiti della versione PHP:
** La libreria mbstring (Multibyte String Functions) (vedi anche [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|FAQ relative all'installazione]])
** LS 6.x da PHP 7.4.x a 8.1.x
** PDO database driver per MySQL (pdo_mysql or pdo_mysqli) o Postgres (pdo_pgsql) o MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv])
** LS 5.x da PHP 7.2 .5 a 8.0.x
** Si considera inoltre che le principali librerie dell'installazione standard di PHP siano abilitate (ad esempio hash, session, etc.).
** LS 3.x da PHP 5.5.9 a 7.4.x
* L'impostazione `short_open_tag` di php.ini deve essere impostata su `ON`
* I seguenti moduli PHP /libraries dovrebbe essere abilitato:
** [[Domande frequenti sull'installazione#Pagina dei requisiti#Cos'è la libreria di estensione mbstring (Funzioni stringa multibyte)|mbstring (Funzioni stringa multibyte)]] estensione libreria.
** Driver database DOP per MySQL (pdo_mysql o pdo_mysqli) o Postgres (pdo_pgsql) o MSSQL ([https://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] per Windows e [http://www.php.net/ manual/en/ref.pdo-dblib.php pdo_dblib] per Linux).
** Inoltre, assumiamo in generale che tutte le librerie PHP predefinite siano abilitate  
*** hash
*** session! N!*** openssl o mcrypt
*** fileinfo
*** SimpleXML
*** ecc...

Revision as of 07:53, 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 …

Il set minimo di requisiti per LimeSurvey 6.x:

  • Minimo 250 MB di spazio su disco.
  • MySQL 5.5.3 o successivo OPPURE Microsoft SQL Server 2005 o successivo OPPURE Postgres 9 o successivo.
  • Requisiti della versione PHP:
    • LS 6.x da PHP 7.4.x a 8.1.x
    • LS 5.x da PHP 7.2 .5 a 8.0.x
    • LS 3.x da PHP 5.5.9 a 7.4.x
  • L'impostazione `short_open_tag` di php.ini deve essere impostata su `ON`
  • I seguenti moduli PHP /libraries dovrebbe essere abilitato: