diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-11-11 16:20:42 +0100 |
---|---|---|
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-11-11 16:20:42 +0100 |
commit | 8f75f7fdd14acef06f591ce03163ef5937c3b612 (patch) | |
tree | c96c1eef60454133992a104eb422395cad414a96 /readme.rst | |
parent | 035c21accc6831ac6bf64151afcdf80ca68b0367 (diff) |
[ci skip] Make it clear that PHP <5.5 usage is discouraged
PHP 5.4 reached end of life
Signed-off-by: Claudio Galdiolo <claudio.galdiolo@gmail.com>
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst index 2e35d7223..64ace3a39 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.4 or newer is recommended. +PHP version 5.5 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 |