diff options
| author | jvoisin | 2021-01-03 13:10:00 +0100 |
|---|---|---|
| committer | jvoisin | 2021-01-03 13:10:00 +0100 |
| commit | e334be58b9baef8c050925e74fc96b3911c5ea51 (patch) | |
| tree | e1e96ef006e6302249d01ca7147e7d47b9655563 | |
| parent | 047b2d08a5d01c2c8654f16fb97bb99d0b25052b (diff) | |
Mention in the documentation that SP now supports PHP8+ as well
| -rw-r--r-- | doc/source/index.rst | 3 |
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 @@ | |||
| 1 | Snuffleupagus | 1 | Snuffleupagus |
| 2 | ============= | 2 | ============= |
| 3 | 3 | ||
| 4 | Snuffleupagus is a `PHP7+ <http://php.net/manual/en/migration70.php>`_ | 4 | Snuffleupagus is a `PHP7+ <https://php.net/manual/en/migration70.php>`__ and |
| 5 | `PHP8+ <https://www.php.net/manual/en/migration80.php>`__ | ||
| 5 | module designed to drastically raise the cost of attacks against websites. This is achieved | 6 | module designed to drastically raise the cost of attacks against websites. This is achieved |
| 6 | by killing entire bug classes and providing a powerful virtual-patching system, | 7 | by killing entire bug classes and providing a powerful virtual-patching system, |
| 7 | allowing the administrator to fix specific vulnerabilities without having to touch the PHP code. | 8 | allowing the administrator to fix specific vulnerabilities without having to touch the PHP code. |
