summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorjvoisin2021-01-03 13:10:00 +0100
committerjvoisin2021-01-03 13:10:00 +0100
commite334be58b9baef8c050925e74fc96b3911c5ea51 (patch)
treee1e96ef006e6302249d01ca7147e7d47b9655563 /doc/source/index.rst
parent047b2d08a5d01c2c8654f16fb97bb99d0b25052b (diff)
Mention in the documentation that SP now supports PHP8+ as well
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 955cebb..443abf6 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1,7 +1,8 @@
1Snuffleupagus 1Snuffleupagus
2============= 2=============
3 3
4Snuffleupagus is a `PHP7+ <http://php.net/manual/en/migration70.php>`_ 4Snuffleupagus is a `PHP7+ <https://php.net/manual/en/migration70.php>`__ and
5`PHP8+ <https://www.php.net/manual/en/migration80.php>`__
5module designed to drastically raise the cost of attacks against websites. This is achieved 6module designed to drastically raise the cost of attacks against websites. This is achieved
6by killing entire bug classes and providing a powerful virtual-patching system, 7by killing entire bug classes and providing a powerful virtual-patching system,
7allowing the administrator to fix specific vulnerabilities without having to touch the PHP code. 8allowing the administrator to fix specific vulnerabilities without having to touch the PHP code.