Open kovshenin opened 2 years ago
The team presented on the refinement today 17 Aug 22 roughly estimated the work need for this bug should be 5 SP. @jerico @wisyhambolu we moved this one to the Backlog.
I think this is something WordPress needs to fix as well fwiw, we won't be the only ones hitting this issue.
I've been working through various PHP 8.1 related issues, and one thing I noticed is that due to a dependency is this module, WordPress core loads an incorrect version of the Requests library:
This is because
class-wp-http.php
callsclass_exists
onRequests
, causing the autoloader to kick in and load the one from vendor, instead of the version shipped with WordPress core. The dependency comes from:Acceptance criteria: