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