laminas-http icon indicating copy to clipboard operation
laminas-http copied to clipboard

PHP8.5 Support Added

Open cod62627 opened this issue 3 months ago • 1 comments

Q A
Documentation yes/no
Bugfix yes/no
BC Break yes/no
New Feature yes/no
RFC yes/no
QA yes/no

Description

cod62627 avatar Oct 28 '25 12:10 cod62627

@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!

cod62627 avatar Nov 04 '25 11:11 cod62627

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:

k00ni avatar Nov 19 '25 11:11 k00ni

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

arhimede avatar Nov 19 '25 11:11 arhimede