PHP8.5 Support Added
| Q | A |
|---|---|
| Documentation | yes/no |
| Bugfix | yes/no |
| BC Break | yes/no |
| New Feature | yes/no |
| RFC | yes/no |
| QA | yes/no |
Description
@froschdesign
We've completed the work to add PHP 8.5 support, and the PR is now ready for review and merge. Could you please take a look and share your feedback or any suggestions for improvement?
Currently there are two errors regarding laminas-uri which we have fixed in the PR: https://github.com/laminas/laminas-uri/pull/26
Thank you for your support!
Looks good to me. I use this library in my EasyRdf fork (https://github.com/sweetrdf/easyrdf) and it would be great to get this merged and have PHP 8.5 support soon. Thanks for the work :+1:
Looks good to me. I use this library in my EasyRdf fork (https://github.com/sweetrdf/easyrdf) and it would be great to get this merged and have PHP 8.5 support soon. Thanks for the work 👍
There are failed checks, PHPUnit ...
Using null as the key parameter for array_key_exists() is deprecated, use an empty string instead