All notable changes to this project will be documented in this file, in reverse chronological order by release.
ServerRequestCreator::createStreamFromFile()
should first look if there was an upload error- Dont crash on numeric header names
- PHP8 support
- Changed signature of
ServerRequestCreatorInterface::fromArrays()
to allow null values for $post
- Support for numerical headers
- Support for ´HTTP_X_FORWARDED_PROTO´
- Support for Host-header with port-number
ServerRequestCreator
is final
- Fallback to an empty Stream if UploadedFileFactory fails.
- Make sure we use psr/http-factory
ServerRequestCreatorInterface
ServerRequestCreator::getHeadersFromServer
Better testing
First release