Added
Uri::getUsername
returns the encoded user component of the URI.Uri::getPassword
returns the encoded password component of the URI.BaseUri::isOpaque
tells whether a URI is opaque.- Using PHP8.4
Deprecated
attribute to signal deprecated public API methods and constants.
Fixed
- Improve PSR-7
Http
class implementation. BaseUri::from
will compress the IPv6 host to its compressed form if possible.
Deprecated
- Usage of PSR-7
UriFactoryInterface
is deprecated inBaseUri
class
Removed
- None