]> granicus.if.org Git - php/commitdiff
[ci skip] Add note that imagedestroy() no longer has an effect
authorPavel Djundik <xPaw@users.noreply.github.com>
Sat, 14 Nov 2020 11:12:38 +0000 (13:12 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 14 Nov 2020 14:18:20 +0000 (15:18 +0100)
Closes GH-6427.

UPGRADING

index 37cf35cb47104b008e068a85d8b11fcbd1dc0423..da4509e5c0e0f8572e76b5e7758dd0c77112cf76 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -314,7 +314,9 @@ PHP 8.0 UPGRADE NOTES
   . The GD extension now uses a GdImage objects as the underlying data structure
     for images, rather than resources. These objects are completely opaque, i.e.
     they don't have any methods. Return value checks using is_resource() should
-    be replaced with checks for `false`.
+    be replaced with checks for `false`. The imagedestroy() function no longer
+    has an effect, instead the GdImage instance is automatically destroyed if
+    it is no longer referenced.
   . The deprecated function image2wbmp() has been removed.
     RFC: https://wiki.php.net/rfc/image2wbmp
   . The deprecated functions png2wbmp() and jpeg2wbmp() have been removed.