Releases: Frederick888/php-bencode
Releases · Frederick888/php-bencode
v1.3.1
14 Jan 13:46
Compare
Sorry, something went wrong.
No results found
Fix __toString() implemented without string return type warning
CI updates
v1.3.0
31 May 09:01
Compare
Sorry, something went wrong.
No results found
Added PHP 8.0 support (kudos to @DJATOM [1] #10 )
Fixed alignment under 32bit system (reported by @DJATOM [1] #9 )
Enabled GitHub Actions
Updated PHP versions in GitLab CI
Added a test for namespace configuration
Documentation updates
[1] https://github.com/DJATOM
v1.2.5
05 Jan 13:52
Compare
Sorry, something went wrong.
No results found
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 (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
09 Jun 01:04
Compare
Sorry, something went wrong.
No results found
Catch exceptions and return null in such scenarios (thanks @ttys3 #5 )
v1.2.3
23 Jul 12:24
Compare
Sorry, something went wrong.
No results found
Simplify source codes
Less memory usage
v1.2.2
17 Jun 12:19
Compare
Sorry, something went wrong.
No results found
Fix null character handling (thanks @DJATOM #2 )
Improve tests
Update Travis script
v1.2.1
25 Sep 05:45
Compare
Sorry, something went wrong.
No results found
Fix pointer abuse
Upgrade license
v1.2.0
26 May 04:50
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
03 Jan 16:00
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
03 Jan 10:06
Compare
Sorry, something went wrong.
No results found
use zend_register_internal_class_ex to register parent