summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-12-14 13:58:16 +0100
committerAndrey Andreev <narf@devilix.net>2016-12-14 13:58:16 +0100
commit88303fd3af7e1347fb2ceeb80a4a898980f98677 (patch)
treec0bd651ffa2b7911ce5303ad25f5d477ccdfe2ed
parent6bbd097269aa0e4ec5308ce506f840e5e214b298 (diff)
[ci skip] Require PHP 5.4.8 as the absolute minimum
We stopped testing this branch on 5.3 long ago
-rw-r--r--readme.rst2
-rw-r--r--user_guide_src/source/changelog.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst
index f5d737028..a2537b393 100644
--- a/readme.rst
+++ b/readme.rst
@@ -31,7 +31,7 @@ Server Requirements
PHP version 5.6 or newer is recommended.
-It should work on 5.3.7 as well, but we strongly advise you NOT to run
+It should work on 5.4.8 as well, but we strongly advise you NOT to run
such old versions of PHP, because of potential security and performance
issues, as well as missing features.
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index b0b239870..84ed718cd 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -7,6 +7,10 @@ Version 3.2.0
Release Date: Not Released
+- General Changes
+
+ - Officially dropped any kind of support for anything under PHP 5.4.8.
+
- Core
- Removed previously deprecated ``$config['global_xss_filtering']``.