summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbef2019-06-12 15:11:42 +0200
committerGitHub2019-06-12 15:11:42 +0200
commit059e93c553bc6c99daf8e085a645f8b9a9c07dbc (patch)
tree1f78c1b26b6d0743b77b022a9be1ebb5b76f2a82 /README.md
parentf24aa1084ee50d8e0e290b4e24b9dc236350cbe9 (diff)
fixed #25
Diffstat (limited to '')
-rw-r--r--README.md20
1 files changed, 4 insertions, 16 deletions
diff --git a/README.md b/README.md
index 976923d..c2bce59 100644
--- a/README.md
+++ b/README.md
@@ -4,22 +4,10 @@
4 4
5**WARNING: THIS SOFTWARE IS PRE-ALPHA SOFTWARE. DO NOT ATTEMPT TO RUN IN PRODUCTION** 5**WARNING: THIS SOFTWARE IS PRE-ALPHA SOFTWARE. DO NOT ATTEMPT TO RUN IN PRODUCTION**
6 6
7## PHP 7.3 support and snufflepagus
7 8
8## Reporting issues 9For a suitable Suhosin7 replacement with PHP 7.3 support, please have a look at [snufflepagus](https://github.com/nbs-system/snuffleupagus)
9The issue tracker will be available once Suhosin7 can actually be compiled.
10 10
11When reporting bugs, please include as much information needed to reproduce the bug 11## Future plans (2019)
12* PHP version
13* Suhosin version / GIT revision / ...
14* Installed from OS package manager?
15* Operating System
16* Description
17* Proof of Concept, e.g. PHP code
18* How to trigger the bug, e.g. PHP command line or Apache configuration
19* List of loaded PHP extensions, if problem is related to interaction with other extensions
20 12
21When reporting feature requests, please consider writing a patch yourself and provide a pull request. 13Suhosin7 development has been suspended for quite some time now. But during that time, a lot of ideas came to mind on how to improve PHP security. Plans are on their way to explore some of these ideas based on the fabulous work done with snufflepagus.
22
23## FAQ
24
25nothing yet.