Commit a570201
Remove deprecated imagedestroy() calls for PHP 8.5 compatibility
imagedestroy() has had no effect since PHP 8.0 (GD resources are now
objects freed by the GC) and is formally deprecated in PHP 8.5.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2dda7c6 commit a570201
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | 328 | | |
330 | 329 | | |
331 | 330 | | |
| |||
335 | 334 | | |
336 | 335 | | |
337 | 336 | | |
338 | | - | |
339 | 337 | | |
340 | 338 | | |
341 | 339 | | |
| |||
348 | 346 | | |
349 | 347 | | |
350 | 348 | | |
351 | | - | |
352 | 349 | | |
353 | 350 | | |
354 | 351 | | |
| |||
0 commit comments