mdref.json config
[mdref/mdref-http] / http / Env / : Changelog.md
1 # http\Env Changelog
2
3 0. v2.4.0
4 * Split off pecl/[apfd](apfd) and pecl/[json_post](json_post)
5
6 ## Backwards compatibility notes
7
8 ### Request startup prior v2.4.0
9
10 In versions lower than 2.4.0, the http\Env module extends PHP's builtin POST data parser to be run also if the request method is not POST. Additionally it will handle application/json payloads if ext/json is available. Successfully parsed JSON will be put right into the $_POST array.
11
12 This functionality has been separated into two distict extensions, pecl/[apfd](apfd) and pecl/[json_post](json_post).