This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 2.1.5
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #372 fixes issues that occur in the
Zend\Diactoros\Uri
class when invalid UTF-8 characters are present the user-info, path, or query string, ensuring they are URL-encoded before being consumed. Previously, such characters could result in a fatal error, which was particularly problematic when marshaling the request URI for an application request cycle.