From e71de17602c2c13beee9d9f2be2e664d6a80926d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 20 May 2016 14:31:43 +0200 Subject: [PATCH] Add note about need for module name change in IfModule when using PHP7 (#5249) --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index e204f4287..99d25b71e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,4 @@ +# WARNING: For PHP 7 the module name in the line below need to be modified! php_flag display_errors Off php_flag log_errors On