Fix Php 8.5 deprecation#48
Conversation
Signed-off-by: sandesh.as <cod48668@adobe.com>
Signed-off-by: sandesh.as <cod48668@adobe.com>
Signed-off-by: sandesh.as <cod48668@adobe.com>
941a151 to
40f890c
Compare
|
@froschdesign During our investigation, we identified circular dependencies among several Laminas packages. To address this, we have updated the dependency constraints and allowed both 2.x and 3.x versions for the affected packages. We also wanted to raise a concern regarding laminas/laminas-text (see: https://github.com/laminas/laminas-captcha/pull/48/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34L33 We also observed a similar situation with the 3.0.x-dev branch of laminas/laminas-http. In this branch, the abandoned laminas/laminas-loader dependency has already been removed. However, adoption of the 3.0.x version is currently blocked by laminas/laminas-recaptcha, which still requires the 2.x version of laminas-http, We would appreciate your thoughts on how you’d like to proceed. |
Removing is the best option here.
There is no new version needed because the problem is already fixed. |
See: https://github.com/laminas/laminas-text/releases/tag/2.13.0 |
|
@froschdesign Do we have an estimated timeline for when this change will be available for use? |
b028e2e to
75ddc91
Compare
|
Hi @froschdesign, Just following up on this. Support for PHP 8.5 was introduced in Pr and while integrating it, we encountered a few deprecated function usages. To address those, we’ve opened this PR with the necessary fixes. Could you please take a look when you have a moment? A review and merge would help us move forward with PHP 8.5 compatibility. |
|
@froschdesign if this on 2.19.1 milestone, is branch target need to be changed to 2.9.x? |
|
@samsonasik |
|
@sandesh-as |
|
@froschdesign Thanks for merge this PR :) Can we expect stable version for this? |
|
@glo71317 |
|
Sounds good |
Description