diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..53b9003 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | [](https://gitlab.nbs-system.com/secu/snuffleupagus/commits/master) | ||
| 3 | [](https://gitlab.nbs-system.com/secu/snuffleupagus/commits/master) | ||
| 5 | [Documentation]( https://secu.gitlab-pages.nbs-system.com/snuffleupagus/ ) | ||
| 6 | |||
| 7 | # Code style | ||
| 8 | We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to | ||
| 9 | ensure a consistent code-style. Please run it with `clang-format -style=google` | ||
| 10 | before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format) | ||
| 11 | |||
| 12 | # Resources | ||
| 13 | - The [writeup]( https://github.com/beberlei/whitewashing.de/blob/master/drafts/porting_extension_to_php7.rst) of [tideway profiler](https://github.com/tideways/php-profiler-extension)'s port to php7 | ||
| 14 | - [Upgrading to php-ng]( https://wiki.php.net/phpng-upgrading ) | ||
| 15 | - PHP7 [virtual machine](https://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html) | ||
