Commit 274e477
Remove deprecated curl_close() call (#24)
Since PHP 8.0, curl_close() has no effect as curl handles are automatically closed.
Since PHP 8.5, curl_close() is deprecated.
As this project requires PHP >=8.2, the curl_close() call is unnecessary and
generates deprecation warnings in PHP 8.5+.
Closes #22
Co-authored-by: justpilot <[email protected]>1 parent 4c5891c commit 274e477
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
0 commit comments