Releases: ttys3/php-bencode
Releases · ttys3/php-bencode
v1.2.5
13 Feb 04:11
Compare
Sorry, something went wrong.
No results found
Fix memory leak caused by incorrect zval allocation
Sort dictionary by keys when encoding (thanks @ttys3 Frederick888#8 )
Fix segfault when parsing malformed Bencode integers, e.g. i10 (missing e at the end)
Code style (.clang-format, clearer project structure)
Various chores (correctly configure valgrind in CI, test against PHP 7.4, etc.)
v1.2.4
13 Feb 04:10
Compare
Sorry, something went wrong.
No results found
v1.2.3
13 Feb 04:12
Compare
Sorry, something went wrong.
No results found
Simplify source codes
Less memory usage
v1.2.2
13 Feb 04:13
Compare
Sorry, something went wrong.
No results found
v1.2.1
13 Feb 04:13
Compare
Sorry, something went wrong.
No results found
Fix pointer abuse
Upgrade license
v1.2.0
13 Feb 04:14
Compare
Sorry, something went wrong.
No results found
search() method now allows you to search through the Bencode tree
Test cases added. Now you can use make test to verify the correctness of your build
Bug fixes (segfault, negative number parsing and etc.)
v1.1.0
13 Feb 04:14
Compare
Sorry, something went wrong.
No results found
New feature: set_path/get_path/get_path_copy/del_path
Fix bug when namespace registration enabled
v1.0.0
13 Feb 04:15
Compare
Sorry, something went wrong.
No results found
use zend_register_internal_class_ex to register parent