Changes between Initial Version and Version 1 of Ticket #2716, comment 3
- Timestamp:
- 12/15/2014 01:40:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2716, comment 3
initial v1 4 4 https://trac.transmissionbt.com/changeset/13619 5 5 6 {{{tr.0}}} }{{{tr.1}}} are good to support because to generate the link a web site may use the code like this: $url = "magnet://....." . http_build_query(array('xt' => ...., 'dn' => ...) + $trackers), see http://php.net/manual/en/function.http-build-query.php6 {{{tr.0}}} {{{tr.1}}} are good to support because to generate the link a web site may use the code like this: $url = "magnet://....." . http_build_query(array('xt' => ...., 'dn' => ...) + $trackers), see http://php.net/manual/en/function.http-build-query.php 7 7 multiple tr is impossible for http_build_query function