mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
php ldap module for php upgrade
This commit is contained in:
parent
9b49d726d4
commit
eb22640d48
@ -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::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user