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)
commit75323793e113441c79c18cd9a57533dd592d3ff7
tree23b35f61ecc8a939f72e559cb010367ff89ba6c3
parent27d02824457cb9ccbb23b021f79957540bda7802
fix regression introduced with http\Params::PARSE_RFC5987

negotiation using the params parser would receive param keys without the
trailing asterisk, stripped by http\Params::PARSE_RFC5987
src/php_http_negotiate.c
src/php_http_params.c
tests/params017.phpt