From fd902ce6f54830e6e8dde3e3f83862b19a00c5c5 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 22 May 2016 08:43:15 -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 d64a325..9b2d279 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