Skip to content

v3.1.1

Choose a tag to compare

@bkdotcom bkdotcom released this 07 Dec 18:43
· 328 commits to master since this release

Maintenance release

  • LogRequest - not "parsing" content-type correctly / not displaying $_POST values (ie for multipart/form-data)
  • ReqRes::getResponseHeaders() merging default headers without regards to header case insensitivity leading to default Content-Type being added in addition to "Content-type" etc ... ReqRes::getResponseHeader('Content-Type') getting the default value. (only affects debug output)
  • HttpMessage\ServerRequest::fromGlobals() now has $parseStrOpts param
  • HttpMessage\Uri::fromGlobals() is now a public static method