Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-psr7bridge 0.2.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 10 May 21:46
· 131 commits to master since this release

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #7 fixes the logic in Psr7ServerRequest::convertUploadedFiles() to ensure that the tmp_name is provided to the $_FILES structure from the PSR-7 uploaded files.
  • #7 fixes the logic in Psr7ServerRequest::convertFilesToUploaded() to iterate the entire value provided it, instead of a fictitious file key.