v1.2.5
- Fix memory leak caused by incorrect
zvalallocation - Sort dictionary by keys when encoding (thanks @ttys3 #8)
- Fix segfault when parsing malformed Bencode integers, e.g.
i10(missingeat the end) - Code style (
.clang-format, clearer project structure) - Various chores (correctly configure valgrind in CI, test against PHP 7.4, etc.)