fix regression introduced with http\Params::PARSE_RFC5987
authorMichael Wallner <mike@php.net>
Mon, 6 Jun 2016 07:18:46 +0000 (09:18 +0200)
committerMichael Wallner <mike@php.net>
Mon, 6 Jun 2016 07:18:46 +0000 (09:18 +0200)
negotiation using the params parser would receive param keys without the
trailing asterisk, stripped by http\Params::PARSE_RFC5987


No differences found