From eb22640d4840bdad814ad8958d4bab0f01857790 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 16 May 2016 08:31:21 -0700 Subject: [PATCH] php ldap module for php upgrade --- admin_manual/installation/php_55_installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin_manual/installation/php_55_installation.rst b/admin_manual/installation/php_55_installation.rst index 070624b01..07836cb7f 100644 --- a/admin_manual/installation/php_55_installation.rst +++ b/admin_manual/installation/php_55_installation.rst @@ -21,6 +21,10 @@ You must also install the updated database module for your database. This instal yum install php55-php-mysqlnd +If you are using the ownCloud LDAP app, you need this module:: + + yum install php55-php-ldap + Disable loading the old PHP Apache modules by changing their names:: mv /etc/httpd/conf.d/php.conf /etc/httpd/conf.d/php54.off @@ -58,6 +62,10 @@ Then install PHP 5.5 and these modules:: You must also install the updated database module for your database. This installs the new PHP 5.5 module for MySQL/MariaDB:: yum install php55-php-mysqlnd + +If you are using the ownCloud LDAP app, you need this module:: + + yum install php55-php-ldap Disable loading the old PHP Apache modules by changing their names::