summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-01-29 13:55:22 +0100
committerBen Fuhrmannek2016-01-29 13:55:22 +0100
commitd209a0a5962e62de134b56495349028e1fa97f76 (patch)
treee720aa57d4677c9b2f64e36b268bdcebf4a8220d /README.md
parent39d0c84c8467ccd2272d10c858f8f746c26904c4 (diff)
code cleanup for a fresh start
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7efedf8..7bc8475 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,27 @@
1# suhosin7 1# suhosin7
2 2
3WARNING THIS IS ONLY A PARTIAL PORT AND THEREFORE HORRIBLY BROKEN 3WARNING: THIS IS ONLY A PARTIAL PORT AND THEREFORE HORRIBLY BROKEN
4DO NOT ATTEMPT TO RUN... EVEN ON A TEST SYSTEM 4DO NOT ATTEMPT TO RUN... EVEN ON A TEST SYSTEM
5
6PHP7 is different from PHP5 under the hood, that features will be added and tested one by one.
7
8
9## Reporting issues
10The issue tracker will be available once Suhosin7 can actually be compiled.
11
12When reporting bugs, please include as much information needed to reproduce the bug
13* PHP version
14* Suhosin version / GIT revision / ...
15* Installed from OS package manager?
16* Operating System
17* Description
18* Proof of Concept, e.g. PHP code
19* How to trigger the bug, e.g. PHP command line or Apache configuration
20* List of loaded PHP extensions, if problem is related to interaction with other extensions
21
22When reporting feature requests, please consider writing a patch yourself and provide a pull request.
23
24## FAQ
25
26nothing yet.
27