X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv.md;h=f695c199d1f9e7faaed6befe790c3ab717a67e9a;hb=bea65a44c88e5b048152cec8eb25d217e4442a57;hp=255c81a5a212999733cc4b640e813d3eef641a19;hpb=405fa8855b8a36c7b8db52373881ec35e3a62413;p=mdref%2Fmdref-http diff --git a/http/Env.md b/http/Env.md index 255c81a..f695c19 100644 --- a/http/Env.md +++ b/http/Env.md @@ -1,16 +1,3 @@ # class http\Env The http\Env class provides static methods to manipulate and inspect the server's current request's HTTP environment. - -## Changelog: - -| Version | Change -|---------|-------- -| 2.4.0 | Split off pecl/[apfd](apfd) and pecl/[json_post](json_post) - -## Request startup - -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. - -This functionality has been separated into two distict extensions, pecl/[apfd](apfd) and pecl/[json_post](json_post). -