From 94603363fe5e13cbfb5465bbb515bdca262e4214 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 2 Jun 2015 18:43:41 +0200 Subject: [PATCH] Reword as suggested by Carla --- admin_manual/configuration_server/harden_server.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/harden_server.rst b/admin_manual/configuration_server/harden_server.rst index b4ef0c481..940fecf3c 100644 --- a/admin_manual/configuration_server/harden_server.rst +++ b/admin_manual/configuration_server/harden_server.rst @@ -53,10 +53,9 @@ Some security features and hardenings in PHP are only available in the latest PHP release and thus it is recommended to run the latest PHP version. You can find the latest version on http://php.net/. -While distributions are trying to backport security patches there have been -quite some cases where some has been missed or only backported after a long -period of time, sometimes up to a few years. Also all security hardenings -are usually not backported. +Some Linux distributions backport security patches, but this is not reliable as +some get missed, or the backports are years late. It is always best to run the +latest PHP version. Deployment ----------