Commit 8f11b58
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 5ed828f commit 8f11b58
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | | - | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
| |||
0 commit comments