Trace: • applications • requirements
Chapter: Requisiti per l'installazione
^ Installazione | Installare Jelix » |
This is an old revision of the document!
Dovete installare la almeno la versione 5.2 del PHP (Jelix project supports gophp5 campaign). Le estensioni dom, simplexml, pcre, session, tokenizer e spl sono richieste (sono normalmente attivate in una installazione PHP 5.2 standard).
Nota su DOM e XML: verificare che l'estensione DOM sia installata ed l'estensione DOM XML non sia installata. Alcune distribuzioni le includono entrambe (o solo DOM-XML), e ci potrebbero essere alcuni errori di codice PHP all'interno di Jelix.
È anche possibile installare un connettore per database. Per il momento, Jelix dispone di connetori per MySQL 4.1+, PostgreSQL 8.0+, SQLite e PDO.
Se avete intenzione di utilizzare gli script inline che contribuiscono allo sviluppo (jelix-script), è inoltre necessario installare la versione di PHP da linea di comando: PHP-CLI .
If you intend to use the inline scripts that help for development (jelix-scripts), you also should install the command line version of PHP : PHP-CLI.
PHP configuration ¶
- magic_quotes_gpc emagic_quotes_runtime devono essere disattivate. In alternativa, potete attivate il plugin magicquotes sviluppato per Jelix.
must be set to off. If this is not the case, you have to activate the magicquotes plugin delivered with Jelix.
- session_auto_start must be set to
off
. - safe_mode must be set to
off
. (jelix not tested withon
)
It is also recommended to set these values :
- register_globals = off
- asp_tags = off
- short_open_tag = off
The phpinfo()
function can help you to see if this options are set with the right values. You can see also the php.ini
file of your server.