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

zend-diactoros 1.8.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 09 Jul 21:19
· 281 commits to master since this release

Added

  • Nothing.

Changed

  • #313 changes the reason phrase associated with the status code 425
    to "Too Early", corresponding to a new definition of the code as specified by the IANA.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #312 fixes how the normalizeUploadedFiles() utility function handles nested trees of
    uploaded files, ensuring it detects them properly.