Home » File Formats » File_Bittorrent2
Decode and Encode data in Bittorrent format
This package is unmaintained.
Download latest release 1.3.1 (archived versions might be outdated)
License: LGPL
Description
This package consists of three classes which handles the encoding and decoding of data in Bittorrent format.
You can also extract useful informations from .torrent files, create .torrent files and query the torrent's scrape page to get its statistics.
PHP5 only.
Maintainers
- Markus Tacker (tacker) — lead, active
- Justin Jones (nagash) — developer, inactive
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.5.4)
Releases
- 1.3.1 (stable, 2009-04-26)
Release notes
License: LGPL
* Fixes Bug #16148: Wrong int presentation in encode
- 1.3.0 (stable, 2009-03-22)
Release notes
License: LGPL
* Fixed File_Bittorrent2_Decode::getAnnounceList() not returning announce list.
* Added option to File_Bittorrent2_Decode::getInfoHash() to return raw info_hash. - 1.2.2 (stable, 2009-01-26)
Release notes
License: LGPL
* Fixed a problem with trackers escaping spaces in dictionary keys in scrape responses. See PEAR Bug #15453.
- 1.2.1 (stable, 2009-01-25)
Release notes
License: LGPL
* Changed PEAR dependency to 1.5.4. See http://pear.php.net/advisory-20070507.txt
* Added test case for Bug #15453 - 1.2.0 (stable, 2008-06-12)
Release notes
License: LGPL
* Implemented private flag for torrents. See PEAR Bug #14013.
- 1.1.0 (stable, 2008-01-12)
Release notes
License: LGPL
* Stable Release
* Added File_Bittorrent2_MakeTorrent::addFiles() and File_Bittorrent2_MakeTorrent::setName() by barry hunter - 1.0.0RC1 (beta, 2007-08-26)
Release notes
License: LGPL
* First PHP5 only release
* Introduced Exceptions
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #14013 | Closed | Req | 1.1.0 | 2008-05-29 | No Detection For Private Torrents |
| #14614 | Closed | Req | 1.2.0 | 2008-09-08 | Add support for webseeding |
| #15181 | Bogus | Req | 1.2.0 | 2008-11-28 | Allow URLs to be passed to decodeFile |
| #15453 | Closed | Bug | 1.2.0 | 2008-12-30 | $packed_hash issue (pack("H*", $val)) |
| #16148 | Closed | Bug | 1.3.0 | 2009-04-24 | Wrong int presentation in encode |
| #17192 | Bogus | Req | 1.3.1 | 2010-03-04 | Get the size of the full torrent |
| #19000 | Closed | Bug | SVN | 2011-11-14 | rename directory Tests to tests (for PEAR QA team) |
| #19001 | Closed | Bug | SVN | 2011-11-14 | remove error_reporting (for PEAR QA team) |
| #21251 | Open | Bug | 1.3.1 | 2017-10-21 | undefined constant PAD_LEFT |