laminas / laminas-log

Robust, composite logger with filtering, formatting, and PSR-3 support
https://docs.laminas.dev/laminas-log/
BSD 3-Clause "New" or "Revised" License
26 stars 31 forks source link

Add support for PHP 8.1 #29

Closed internalsystemerror closed 2 years ago

internalsystemerror commented 2 years ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature yes
RFC no
QA yes

Description

This adds support to allow installation on PHP 8.1 including any required fixes.

NOTE: This PR is based on the code in PR https://github.com/laminas/laminas-log/pull/28.