This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-http 2.7.0
Added
- #110 Adds status codes 226, 308, 444, 499, 510, 599 with their corresponding constants and reason phrases.
Changed
- #120 Changes handling of Cookie Max-Age parameter to conform to specification rfc6265-section-5.2.2.
Specifically, non-numeric values are ignored and negative numbers are changed to 0.
Deprecated
- Nothing.
Removed
- #115 dropped php 5.5 support
Fixed
- #130 Fixed cURL adapter not resetting headers from previous request when used with output stream.