diff options
| author | Ben Fuhrmannek | 2021-08-08 12:44:13 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-08 12:44:13 +0200 |
| commit | ecbc2bba7ba2d1c0c766dd16195ee88edbe550a8 (patch) | |
| tree | 88a1caa56a709066cdb38759a265a5b4bc593bb8 /doc | |
| parent | f41303ebed6f5de3a264ba5c70851d4da215061c (diff) | |
more PHP 7 compatibility and license clarification
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/faq.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/faq.rst b/doc/source/faq.rst index bdfc7c1..57b910d 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst | |||
| @@ -79,6 +79,12 @@ We chose the LGPL because we don't care that much how you're using Snuffleupagus | |||
| 79 | but we'd like to force people to make their improvements/contributions | 79 | but we'd like to force people to make their improvements/contributions |
| 80 | available to everyone. | 80 | available to everyone. |
| 81 | 81 | ||
| 82 | The complete license text is shipped with the sources and can be found under ``LICENSE``. | ||
| 83 | |||
| 84 | For compatibility with older PHP versions, some original PHP source code was copied or ported back to older versions. | ||
| 85 | This source code resides in ``src/sp_php_compat.c`` and ``src/sp_php_compat.h`` and retains its original license | ||
| 86 | `The PHP License, version 3.01 <https://www.php.net/license/3_01.txt>`, also included with the sources as ``PHP_LICENSE``. | ||
| 87 | |||
| 82 | 88 | ||
| 83 | What is the different between SNuffleupaugs and a (WAF) like ModSecurity? | 89 | What is the different between SNuffleupaugs and a (WAF) like ModSecurity? |
| 84 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 90 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
