Updated installation guide for PHP 5.3 - CT#290

skala
Guillaume Viguier 15 years ago
parent 0e135b86df
commit 6a0c835aa1
  1. 10
      documentation/installation_guide.html
  2. 7
      documentation/installation_guide_es_ES.html

@ -237,12 +237,16 @@ these ones:</p>
<li>magic_quotes_runtime = Off</li>
</ul>
<p>
Past Chamilo versions required register_globals to be set to On. This is
no longer necessary, this can be set to Off and Chamilo will work fine.</p>
<p><strong>Note:</strong> if you are using PHP 5.3 or higher, you need to set your <em>date.timezone</em> setting to whatever your server's timezone is.
For example, if your server is in the 'America/New_York' timezone, set this in your php.ini:</p>
<div class="code">
date.timezone = 'America/New_York'
</div>
<p><strong>BSD users:</strong> these php libraries have to be included during php installation:</p>
@ -649,4 +653,4 @@ to insert mathematical formulas into your documents.<br />
<a href="http://jigsaw.w3.org/css-validator/">
<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
</a>
</body></html>
</body></html>

@ -312,6 +312,13 @@ En versiones de Chamilo/Dokeos anteriores se requería que register_globals estu
necesario, puede estar configurado en Off y Chamilo funcionará bien.
</p>
<p><strong>Nota:</strong> si se usa PHP 5.3 o superior, se necesita configurar la variable <em>date.timezone</em> a la zona horaria de su servidor.
Por ejemplo, si su servidor está en la zona horaria 'America/Lima', modificar en el php.ini:</p>
<div class="code">
date.timezone = 'America/Lima'
</div>
<p><strong>Usuarios BSD:</strong> estas bibliotecas de php tienen que ser incluidas durante la instalación de php:</p>

Loading…
Cancel
Save