diff options
| author | Ben Fuhrmannek | 2016-01-29 13:55:22 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-01-29 13:55:22 +0100 |
| commit | d209a0a5962e62de134b56495349028e1fa97f76 (patch) | |
| tree | e720aa57d4677c9b2f64e36b268bdcebf4a8220d /README.md | |
| parent | 39d0c84c8467ccd2272d10c858f8f746c26904c4 (diff) | |
code cleanup for a fresh start
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 24 insertions, 1 deletions
| @@ -1,4 +1,27 @@ | |||
| 1 | # suhosin7 | 1 | # suhosin7 |
| 2 | 2 | ||
| 3 | WARNING THIS IS ONLY A PARTIAL PORT AND THEREFORE HORRIBLY BROKEN | 3 | WARNING: THIS IS ONLY A PARTIAL PORT AND THEREFORE HORRIBLY BROKEN |
| 4 | DO NOT ATTEMPT TO RUN... EVEN ON A TEST SYSTEM | 4 | DO NOT ATTEMPT TO RUN... EVEN ON A TEST SYSTEM |
| 5 | |||
| 6 | PHP7 is different from PHP5 under the hood, that features will be added and tested one by one. | ||
| 7 | |||
| 8 | |||
| 9 | ## Reporting issues | ||
| 10 | The issue tracker will be available once Suhosin7 can actually be compiled. | ||
| 11 | |||
| 12 | When 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 | |||
| 22 | When reporting feature requests, please consider writing a patch yourself and provide a pull request. | ||
| 23 | |||
| 24 | ## FAQ | ||
| 25 | |||
| 26 | nothing yet. | ||
| 27 | |||
