Commit aa57e32
committed
Remove deprecated curl_close() for PHP 8.5 compatibility
curl_close() has been a no-op since PHP 8.0 and is deprecated
since PHP 8.5. CurlHandle objects are freed automatically when
they fall out of scope.
Fixes #11771 parent b785b8b commit aa57e32
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
0 commit comments