diff --git a/documentation/dependencies.html b/documentation/dependencies.html
index b52a400d15..2a387769ea 100644
--- a/documentation/dependencies.html
+++ b/documentation/dependencies.html
@@ -57,18 +57,21 @@ required information to install it.
Dependencies - client-side
- - Any modern browser (IE6 *excluded*). Safari is known to have small issues with the WYSIWYG editor.
+ - Any modern browser (IE6 *excluded*). Safari is known to have minor issues with the WYSIWYG editor.
- Optional: Flash plugin (only required for a few features)
Dependencies - server-side
- Apache 2+
- - PHP 5.3 or 5.4 with MySQL bindings and php-gd extension to allow Chamilo to resize pictures. The
- new components we have included from the Symfony framework highly depend on namespaces, a feature that appeared in PHP 5.3.0+
+ - PHP 5.3 or 5.4 with MySQL bindings (mysqlnd is recommended) and php-gd extension to allow Chamilo to resize pictures. The
+ new components we have included from the Symfony framework highly depend on namespaces, a feature that appeared in PHP 5.3.0
- MySQL 5.1+ or any version of MariaDB database server
- php5-intl
+ - php5-imagick
- php5-curl (only required for a feature in the links tool)
- php5-mcrypt (only required for a feature in the survey tool)
+ - php5-ldap (only required for connection to a LDAP server)
+ - php5-xapian (only required for full-text indexing and search)
Included Dependencies
diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html
index 7f06e5809f..5f52f2ce89 100644
--- a/documentation/installation_guide.html
+++ b/documentation/installation_guide.html
@@ -128,7 +128,7 @@ On the RewriteBase line, where it normally says "/", change it to whatever subdi
Downloading and installing Chamilo
- - Download Chamilo LMS
+ - Download Chamilo LMS
- Unzip it
- Copy the Chamilo directory in your Apache web directory. This can be
C:\xampp\htdocs\ on a Windows server or /var/www/html/ (or /var/www/chamilo/) on a Linux server