summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-08 12:44:13 +0200
committerBen Fuhrmannek2021-08-08 12:44:13 +0200
commitecbc2bba7ba2d1c0c766dd16195ee88edbe550a8 (patch)
tree88a1caa56a709066cdb38759a265a5b4bc593bb8 /doc
parentf41303ebed6f5de3a264ba5c70851d4da215061c (diff)
more PHP 7 compatibility and license clarification
Diffstat (limited to 'doc')
-rw-r--r--doc/source/faq.rst6
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
79but we'd like to force people to make their improvements/contributions 79but we'd like to force people to make their improvements/contributions
80available to everyone. 80available to everyone.
81 81
82The complete license text is shipped with the sources and can be found under ``LICENSE``.
83
84For compatibility with older PHP versions, some original PHP source code was copied or ported back to older versions.
85This 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
83What is the different between SNuffleupaugs and a (WAF) like ModSecurity? 89What is the different between SNuffleupaugs and a (WAF) like ModSecurity?
84""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 90"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""