summaryrefslogtreecommitdiff
path: root/README.md
blob: 3470c9a28464d48e8f69a8c44a0a85dc341ad8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# ALPHA SOFTWARE : DO NOT USE IN PRODUCTION #

# Code style
We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to
ensure a consistent code-style. Please run it with `clang-format -style=google`
before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format)

# Resources
- 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
- [Upgrading to php-ng]( https://wiki.php.net/phpng-upgrading )
- PHP7 [virtual machine](https://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html)