summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Galdiolo <claudio.galdiolo@gmail.com>2016-07-07 21:32:12 +0200
committerGitHub <noreply@github.com>2016-07-07 21:32:12 +0200
commita1b0c7e3e5e7c63defbb58bae77b50370df30524 (patch)
tree4a3d617d3e02153b093fac24f707577346807434
parentc20db3181733f701987d856f793f22b227d21762 (diff)
recommend PHP >= 5.6
PHP 5.5 end of life is July 10, 2016
-rw-r--r--readme.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.rst b/readme.rst
index 84ecc67f9..7a376322d 100644
--- a/readme.rst
+++ b/readme.rst
@@ -29,7 +29,7 @@ guide change log <https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide
Server Requirements
*******************
-PHP version 5.5 or newer is recommended.
+PHP version 5.6 or newer is recommended.
It should work on 5.2.4 as well, but we strongly advise you NOT to run
such old versions of PHP, because of potential security and performance
@@ -67,4 +67,4 @@ Acknowledgement
***************
The CodeIgniter team would like to thank EllisLab, all the
-contributors to the CodeIgniter project and you, the CodeIgniter user. \ No newline at end of file
+contributors to the CodeIgniter project and you, the CodeIgniter user.