summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2020-12-31 17:57:26 +0100
committerjvoisin2020-12-31 17:57:26 +0100
commit95172eec6b7b591da84e826a14ca374b6f09e673 (patch)
tree5d0ab255696de340e005e93a28eeb3712aeeca3c /doc
parent7ae8050c4da5e6593458efa91c9b474681ba7d24 (diff)
PHP7 is deprecated, consider it as such in the doc
Diffstat (limited to 'doc')
-rw-r--r--doc/source/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/faq.rst b/doc/source/faq.rst
index ff0aa09..bdfc7c1 100644
--- a/doc/source/faq.rst
+++ b/doc/source/faq.rst
@@ -187,8 +187,8 @@ Will Snuffleupagus run on my old PHP 5?
187""""""""""""""""""""""""""""""""""""""" 187"""""""""""""""""""""""""""""""""""""""
188No. 188No.
189 189
190Since PHP5 `will be deprecated at the end of 2018 <http://php.net/supported-versions.php>`_, 190Since PHP5 `is deprecated since the end of 2018 <http://php.net/supported-versions.php>`_,
191you should think about moving to PHP7 anyway. You can (and should) use 191you should think about moving to PHP7. You can (and should) use
192`Suhosin <https://suhosin.org>`_ in the meantime. 192`Suhosin <https://suhosin.org>`_ in the meantime.
193 193
194Help and support 194Help and support