Actions

Translations

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

From LimeSurvey Manual

(Created page with "Necessari: * circa 9 MB di spazio libero sul disco rigido per gli script * PHP 4.3.2 o superiore '''oppure''' PHP 5.0 o superiore * MySQL 4.1.0 o superiore '''oppure''' Micros...")
 
No edit summary
Line 1: Line 1:
Necessari:
Requisiti:
* circa 9 MB di spazio libero sul disco rigido per gli script
* Almeno 80 MB di spazio su disco
* PHP 4.3.2 o superiore '''oppure''' PHP 5.0 o superiore
* MySQL 4.1.0 o successivo '''OPPURE'''    Microsoft SQL Server 2005 o successivo '''OPPURE'''  Postgres 8.1 o successivo
* MySQL 4.1.0 o superiore '''oppure''' Microsoft SQL Server 2000 o superiore
* PHP 5.1.6 o seguente con i seguenti moduli e librerie installate e abilitate:
* [http://www.php.net/manual/en/ref.mbstring.php estensione mbstring] (Multibyte String Functions) per il PHP, necessaria per le localizzazioni (vedi [[FAQ Installazione]])
** libreria mbstring (Multibyte String Functions) (vedi anche [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|FAQ relative all'installazione]])
* [http://www.php.net/manual/en/ref.mysql.php estensione mysql] per il PHP (che viene generalmente installata in molti host, ma occorre assicurarsene)
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) o Postgres (pdo_pgsql) o MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv])
** Per le versioni di PHP precedenti la 5.2 è inoltre necessario che la libreria PECL JSON (vedere [http://pecl.php.net/package/json]) sia installata
** Si considera inoltre che le principali librerie dell'installazione standard di PHP siano abilitate (ad esempio hash, session, etc.).

Revision as of 12:06, 22 August 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 …

Requisiti:

  • Almeno 80 MB di spazio su disco
  • MySQL 4.1.0 o successivo OPPURE    Microsoft SQL Server 2005 o successivo OPPURE  Postgres 8.1 o successivo
  • PHP 5.1.6 o seguente con i seguenti moduli e librerie installate e abilitate:
    • libreria mbstring (Multibyte String Functions) (vedi anche FAQ relative all'installazione)
    • PDO database driver for MySQL (pdo_mysql or pdo_mysqli) o Postgres (pdo_pgsql) o MSSQL (pdo_sqlsrv)
    • Per le versioni di PHP precedenti la 5.2 è inoltre necessario che la libreria PECL JSON (vedere [1]) sia installata
    • Si considera inoltre che le principali librerie dell'installazione standard di PHP siano abilitate (ad esempio hash, session, etc.).