wp-rocket icon indicating copy to clipboard operation
wp-rocket copied to clipboard

Closes #7260: Update libraries to support php 8.4

Open Miraeld opened this issue 6 months ago • 0 comments

Description

Fixes #7260
Makes the plugin fully compatible with php 8.4

Type of change

  • [x] Chore

Detailed scenario

What was tested

N/a

How to test

N/a

Technical description

Documentation

N/a

New dependencies

Updated dependencies.

Risks

N/a

Mandatory Checklist

Code validation

  • [ ] I validated all the Acceptance Criteria. If possible, provide screenshots or videos.
  • [ ] I triggered all changed lines of code at least once without new errors/warnings/notices.
  • [ ] I implemented built-in tests to cover the new/changed code.

Code style

  • [ ] I wrote a self-explanatory code about what it does.
  • [ ] I protected entry points against unexpected inputs.
  • [ ] I did not introduce unnecessary complexity.
  • [ ] Output messages (errors, notices, logs) are explicit enough for users to understand the issue and are actionnable.

Unticked items justification

If some mandatory items are not relevant, explain why in this section.

Additional Checks

  • [ ] In the case of complex code, I wrote comments to explain it.
  • [ ] When possible, I prepared ways to observe the implemented system (logs, data, etc.).
  • [ ] I added error handling logic when using functions that could throw errors (HTTP/API request, filesystem, etc.)

Miraeld avatar Jun 18 '25 23:06 Miraeld