Closed (fixed)
Project:
HTTP Client Manager
Version:
9.3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2022 at 17:50 UTC
Updated:
26 Jul 2022 at 19:38 UTC
Jump to comment: Most recent
Comments
Comment #3
smokris8is the underlying value of theFILE_APPENDenum. That enum is valid forfile_put_contents()but not forfopen(). https://git.drupalcode.org/project/http_client_manager/-/merge_requests/1 switches it to use thefopen()syntax.Comment #5
aronne commentedThank you for your contribution @smokris
Fix will be available on 9.3.1
Regards,
aronne
Comment #6
aronne commentedComment #7
smokrisThanks, @aronne!