Closed boesing closed 3 years ago
This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself
You can continue using laminas/laminas-http safely. Its successor will be PSR-7 in a later revision of laminas/laminas-mvc.
Asked about this in the Laminas Slack. Until there's a successor package, I think this means that much of the Laminas ecosystem will not be able to upgrade to PHP 8.1.
https://laminas.slack.com/archives/C4QBQUEG5/p1627577291397400
@ramsey Updates for PHP 8.1 are planned, also for this component.
Handled in #57
Bug Report
Summary
PHP Fatal error: During inheritance of Countable: Uncaught Return type of Laminas\Http\Headers::count() should either be compatible with Countable::count(): int, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
More details can be found here:
https://php.watch/versions/8.1/serializable-deprecated https://wiki.php.net/rfc/phase_out_serializable
Current behavior
Tests are failing.
How to reproduce
Execute tests with PHP 8.1
Expected behavior
Tests are passing.