From e71de17602c2c13beee9d9f2be2e664d6a80926d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 20 May 2016 08:31:43 -0400
Subject: [PATCH] Add note about need for module name change in IfModule when using PHP7 (#5249)

---
 .htaccess |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.htaccess b/.htaccess
index e204f42..99d25b7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,4 @@
+# WARNING: For PHP 7 the module name in the line below need to be modified!
 <IfModule mod_php5.c>
 php_flag    display_errors  Off
 php_flag    log_errors      On

--
Gitblit v1.9.1