Problem/Motivation
PHP 8.4 active support ends on 2026-12-31
Steps to reproduce
Use PHP 8.5
Drupal logs contain messages saying "Deprecated function: Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 in Cleantalk\Common\Http\Request->requestSingle() (line 228 of /var/www/.../web/modules/contrib/cleantalk/lib/Cleantalk/Common/Http/Request.php)"
Proposed resolution
Remove call to curl_close()
Remaining tasks
Nil
User interface changes
Nil
API changes
Nil
Data model changes
Nil
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | cleantalk.zip | 272.59 KB | znaeff |
Issue fork cleantalk-3620772
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
znaeff commentedHello,
Thank you for your report.
Please allow us 2–3 business days to investigate this matter.
We will contact you as soon as we have an update.
Kind regards,
Comment #4
znaeff commentedHello,
We've fixed the issue.
Please install the fix version from the attached archive.
Does it work?