From d7c06cedc6342e97309c4ee876a8f3ad4ea54618 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 11 Dec 2017 19:10:04 +0100 Subject: [PATCH] Update linux_database_configuration.rst php5 -> php7 --- .../configuration_database/linux_database_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 0b5188a73..fffa8c4f0 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -47,7 +47,7 @@ If you decide to use a MySQL or MariaDB database, ensure the following: .. note:: MariaDB is backwards compatible with MySQL. All instructions work for both. You will not need to replace mysql with anything. -The PHP configuration in :file:`/etc/php5/conf.d/mysql.ini` could look like this: +The PHP configuration in :file:`/etc/php7/conf.d/mysql.ini` could look like this: :: @@ -110,7 +110,7 @@ PostgreSQL database ^^^^^^^^^^^^^^^^^^^ If you decide to use a PostgreSQL database make sure that you have installed -and enabled the PostgreSQL extension in PHP. The PHP configuration in :file:`/etc/php5/conf.d/pgsql.ini` could look +and enabled the PostgreSQL extension in PHP. The PHP configuration in :file:`/etc/php7/conf.d/pgsql.ini` could look like this: ::