This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-http 2.8.2
·
281 commits
to master
since this release
Added
- Nothing.
Changed
- #153 changes the reason phrase associated with the status code 425
from "Unordered Collection" to "Too Early", corresponding to a new definition
of the code as specified by the IANA.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #151 fixes how Referer and other location-based headers report problems with
invalid URLs provided in the header value, raising aZend\Http\Exception\InvalidArgumentException
in such cases. This change ensures the behavior is consistent with behavior
prior to the 2.8.0 release.