File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,9 @@ PHP 8.0 UPGRADE NOTES
314
314
. The GD extension now uses a GdImage objects as the underlying data structure
315
315
for images, rather than resources. These objects are completely opaque, i.e.
316
316
they don't have any methods. Return value checks using is_resource() should
317
- be replaced with checks for `false`.
317
+ be replaced with checks for `false`. The imagedestroy() function no longer
318
+ has an effect, instead the GdImage instance is automatically destroyed if
319
+ it is no longer referenced.
318
320
. The deprecated function image2wbmp() has been removed.
319
321
RFC: https://wiki.php.net/rfc/image2wbmp
320
322
. The deprecated functions png2wbmp() and jpeg2wbmp() have been removed.
You can’t perform that action at this time.
0 commit comments