diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-14 14:15:03 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-12-14 14:15:03 +0100 |
commit | 26313bddee1fb67af10141671a47bbe703a025fd (patch) | |
tree | afbb330b4761c331cfbaa4ccf1a31f15af1198d1 /user_guide_src/source/general/requirements.rst | |
parent | 88303fd3af7e1347fb2ceeb80a4a898980f98677 (diff) |
[ci skip] More doc changes related to PHP 5.4.8 requirement
Diffstat (limited to 'user_guide_src/source/general/requirements.rst')
-rw-r--r-- | user_guide_src/source/general/requirements.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/requirements.rst b/user_guide_src/source/general/requirements.rst index f2729f3d5..2e24d6d03 100644 --- a/user_guide_src/source/general/requirements.rst +++ b/user_guide_src/source/general/requirements.rst @@ -4,7 +4,7 @@ Server Requirements `PHP <http://php.net/>`_ 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. @@ -18,4 +18,4 @@ Currently supported databases are: - SQLite via the *sqlite* (version 2), *sqlite3* (version 3) and *pdo* drivers - CUBRID via the *cubrid* and *pdo* drivers - Interbase/Firebird via the *ibase* and *pdo* drivers - - ODBC via the *odbc* and *pdo* drivers (you should know that ODBC is actually an abstraction layer)
\ No newline at end of file + - ODBC via the *odbc* and *pdo* drivers (you should know that ODBC is actually an abstraction layer) |