Skip to content

laminas-diactoros 2.3.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Jul 15:37
· 443 commits to 3.4.x since this release
2.3.1

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #44 fixes an issue whereby the uploaded file size was being provided as an integer string, and causing type errors. The value is now cast to integer before creating an UploadedFile instance.